Signed-off-by: David Sterba <dste...@suse.cz>
---
 btrfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/btrfs.c b/btrfs.c
index dff0d70..4bbce48 100644
--- a/btrfs.c
+++ b/btrfs.c
@@ -252,6 +252,7 @@ const struct cmd_group devel_features_cmd_group = {
        "NOTE: you have to call the commands as eg.\n"
        "\tbtrfs _ newcommand --args\n",
        {
+               { "chunk-recover", cmd_chunk_recover, cmd_chunk_recover_usage, 
NULL, 0},
                { 0, 0, 0, 0, 0 }
        }
 };
@@ -269,7 +270,6 @@ const struct cmd_group btrfs_cmd_group = {
                { "device", cmd_device, NULL, &device_cmd_group, 0 },
                { "scrub", cmd_scrub, NULL, &scrub_cmd_group, 0 },
                { "check", cmd_check, cmd_check_usage, NULL, 0 },
-               { "chunk-recover", cmd_chunk_recover, cmd_chunk_recover_usage, 
NULL, 0},
                { "restore", cmd_restore, cmd_restore_usage, NULL, 0 },
                { "inspect-internal", cmd_inspect, NULL, &inspect_cmd_group, 0 
},
                { "send", cmd_send, cmd_send_usage, NULL, 0 },
-- 
1.8.3.1

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to