Skip to content

Commit

Permalink
mxqsub: Fix typos in usage (--help)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed Aug 25, 2015
1 parent 9864f49 commit 1cd2349
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mxqsub.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ static void print_usage(void)
"Job handling:\n"
" Define what to do if something bad happens:\n"
"\n"
" -r | --restart[=MODE] restart job on system failure (default: 'never')\n"
" -r, --restart[=MODE] restart job on system failure (default: 'never')\n"
"\n"
" available restart [MODE]s:\n"
" 'never' do not restart\n"
Expand All @@ -101,8 +101,8 @@ static void print_usage(void)
"\n"
"Change how to connect to the mysql server:\n"
"\n"
" -M | --mysql-default-file[=MYSQLCNF] (default: %s)\n"
" -S | --mysql-default-group[=MYSQLGROUP] (default: %s)\n"
" -M, --mysql-default-file[=MYSQLCNF] (default: %s)\n"
" -S, --mysql-default-group[=MYSQLGROUP] (default: %s)\n"
"\n"
"Environment:\n"
" MXQ_MYSQL_DEFAULT_FILE change default for [MYSQLCNF]\n"
Expand Down

0 comments on commit 1cd2349

Please sign in to comment.