Skip to content

Commit

Permalink
mxqsub: Update usage infromation (--help)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed Aug 26, 2015
1 parent a6491d8 commit 475887e
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 475887e

Please sign in to comment.