From 5f9a4e631440c0a43fe6cfee8690c46a25d37fee Mon Sep 17 00:00:00 2001 From: Anand Jain Date: Wed, 30 Oct 2019 16:41:06 +0800 Subject: [PATCH] btrfs-progs: balance status: fix usage show long verbose btrfs balance status supports both short and long option -v|--verbose but usage failed to show it in its --help. This patch fixes the --help. Signed-off-by: Anand Jain Signed-off-by: David Sterba --- cmds/balance.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds/balance.c b/cmds/balance.c index 4fe72896..a98cd8d6 100644 --- a/cmds/balance.c +++ b/cmds/balance.c @@ -822,7 +822,7 @@ static const char * const cmd_balance_status_usage[] = { "btrfs balance status [-v] ", "Show status of running or paused balance", "", - "-v be verbose", + "-v|--verbose be verbose", NULL };