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 <anand.jain@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.com>
master
Anand Jain 2019-10-30 16:41:06 +08:00 committed by David Sterba
parent ac7ce38475
commit 5f9a4e6314
1 changed files with 1 additions and 1 deletions

View File

@ -822,7 +822,7 @@ static const char * const cmd_balance_status_usage[] = {
"btrfs balance status [-v] <path>",
"Show status of running or paused balance",
"",
"-v be verbose",
"-v|--verbose be verbose",
NULL
};