Skip to content

Commit

Permalink
Merge pull request #108 from mariux64/improve-mxqdump-job-status-usage
Browse files Browse the repository at this point in the history
Add missing job-status options to usage
  • Loading branch information
donald authored Sep 1, 2021
2 parents 66aeeb6 + 52a7c7f commit 597e320
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mxqdump.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ static void print_usage(void)
" [uid] numeric user id. If not set assume 'all users'.\n"
" <group-id> numeric group id\n"
" <job-id> numeric job id\n"
" <job-status> one of 'running', 'finished', 'failed' or 'unknown'\n"
" <job-status> one of 'all', 'inq', 'running', 'finished', 'failed',\n"
" 'killed', 'cancelled' or 'unknown'\n"
"\n"
"Environment:\n"
" MXQ_MYSQL_DEFAULT_FILE change default for [mysql-file]\n"
Expand Down

0 comments on commit 597e320

Please sign in to comment.