summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmds-balance.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmds-balance.c b/cmds-balance.c
index c9f1288a..f17345ed 100644
--- a/cmds-balance.c
+++ b/cmds-balance.c
@@ -510,7 +510,8 @@ static const char * const cmd_balance_start_usage[] = {
"-v be verbose",
"-f force reducing of metadata integrity",
"--full-balance do not print warning and do not delay start",
- "--background run the balance as a background process",
+ "--background|--bg",
+ " run the balance as a background process",
NULL
};
@@ -540,6 +541,7 @@ static int cmd_balance_start(int argc, char **argv)
GETOPT_VAL_FULL_BALANCE },
{ "background", no_argument, NULL,
GETOPT_VAL_BACKGROUND },
+ { "bg", no_argument, NULL, GETOPT_VAL_BACKGROUND },
{ NULL, 0, NULL, 0 }
};