btrfs balance start supports both short and long option -v|--verbose
however usage failed to show the long option. This patch fixes the --help.
Signed-off-by: Anand Jain <anand.jain@xxxxxxxxxx>
---
cmds/balance.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmds/balance.c b/cmds/balance.c
index b236fabbe236..a98cd8d6200f 100644
--- a/cmds/balance.c
+++ b/cmds/balance.c
@@ -490,7 +490,7 @@ static const char * const cmd_balance_start_usage[] = {
"-d[filters] act on data chunks",
"-m[filters] act on metadata chunks",
"-s[filters] act on system chunks (only under -f)",
- "-v be verbose",
+ "-v|--verbose be verbose",
"-f force a reduction of metadata integrity",
"--full-balance do not print warning and do not delay start",
"--background|--bg",
--
2.23.0