summaryrefslogtreecommitdiff
path: root/cmds-balance.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmds-balance.c')
-rw-r--r--cmds-balance.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/cmds-balance.c b/cmds-balance.c
index 5fb2fda9..38a74269 100644
--- a/cmds-balance.c
+++ b/cmds-balance.c
@@ -29,8 +29,11 @@
#include "commands.h"
-static const char balance_cmd_group_usage[] =
- "btrfs [filesystem] balance [<command>] [options] <path>";
+static const char * const balance_cmd_group_usage[] = {
+ "btrfs [filesystem] balance <command> [options] <path>",
+ "btrfs [filesystem] balance <path>",
+ NULL
+};
static const char balance_cmd_group_info[] =
"'btrfs filesystem balance' command is deprecated, please use\n"