Skip to content

Commit

Permalink
mxqsub: fix usage information (default restart mode)
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Sep 3, 2015
1 parent 4418e56 commit 169ae7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mxqsub.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ static void print_usage(void)
" -r, --restart[=MODE] restart job on system failure (default: 'never')\n"
"\n"
" available restart [MODE]s:\n"
" 'never' do not restart\n"
" 'never' do not restart. (default)\n"
" 'samehost' only restart if running on the same host.\n"
" 'always' always restart or requeue. (default)\n"
" 'always' always restart or requeue.\n"
"\n"
"Job grouping:\n"
" Grouping is done by default based on the jobs resource\n"
Expand Down

0 comments on commit 169ae7a

Please sign in to comment.