COMMON OPTIONS
The following options are supported in all commands:
-a, --account login
Authenticate as account (login name).
Ordinarily users will be skimming the man page and miss "The following options are supported in all commands". Seeing that the synopsis states that options before the command are valid they may assume the following is correct:
mjob -a user create
The correct usage is:
mjob create -a user
The man page should be updated to remove [OPTIONS] before the subcommand.
The
mjob
man page has the following synopsis:A bit further down:
Ordinarily users will be skimming the man page and miss "The following options are supported in all commands". Seeing that the synopsis states that options before the command are valid they may assume the following is correct:
The correct usage is:
The man page should be updated to remove
[OPTIONS]
before the subcommand.