summaryrefslogtreecommitdiff
path: root/cmds-rescue.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmds-rescue.c')
-rw-r--r--cmds-rescue.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds-rescue.c b/cmds-rescue.c
index 35a61f8f..35b3bb11 100644
--- a/cmds-rescue.c
+++ b/cmds-rescue.c
@@ -27,6 +27,7 @@ static const char * const rescue_cmd_group_usage[] = {
const struct cmd_group rescue_cmd_group = {
rescue_cmd_group_usage, NULL, {
+ { "chunk-recover", cmd_chunk_recover, cmd_chunk_recover_usage, NULL, 0},
{ 0, 0, 0, 0, 0 }
}
};