Skip to content

Commit

Permalink
Merge branch 'mxqsub'
Browse files Browse the repository at this point in the history
* mxqsub:
  mxqsub: Update usage infromation (--help)
  • Loading branch information
mariux committed Aug 26, 2015
2 parents d8370d9 + 475887e commit 4f7980a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mxqsub.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,9 @@ static void print_usage(void)
" amount of resources and having the same priority\n"
" are grouped and executed in parallel.\n"
"\n"
" -n, --new-group create new group if group has no running or queued jobs\n"
" (default: reuse group based on automatic grouping)\n"
" -g, --group-id=ID Add job to group with group_id ID"
" -n, --new-group Add job to a new group if it does not match any running or waiting group\n"
" (default: Add job to a group based on automatic grouping)\n"
"\n"
" -a, --command-alias=NAME set command alias (default: <command>)\n"
" -N, --group-name=NAME set group name (default: 'default')\n"
Expand Down

0 comments on commit 4f7980a

Please sign in to comment.