#6059 closed enhancement (fixed)
Improve help commands
Reported by: | antonio | Owned by: | minondoa |
---|---|---|---|
Priority: | major | Milestone: | DRM4G-2.6.1 |
Component: | DRM4G | Keywords: | drm4g, debug |
Cc: |
Description
Change the command and sub-commands doc
Currently are:
-
(a) current vs. (b) proposed
a b 1 1 DRM4G is an open platform, which is based on GridWay Metascheduler, to define, 2 2 submit, and manage computational jobs. For additional information, 3 3 see http://meteo.unican.es/trac/wiki/DRM4G . 4 4 5 5 Usage: drm4g [ --version ] [ --help ] 6 6 <command> [ options ] [ <args>... ] 7 7 8 8 Options: 9 -h --help Show help.10 - -version Show version.11 - -dbgDebug mode.9 -h --help Show help. 10 -v --version Show version. 11 -d --debug Debug mode. 12 12 13 13 drm4g commands are: 14 14 start Start DRM4G daemon and ssh-agent 15 15 stop Stop DRM4G daemon and ssh-agent 16 16 status Check DRM4G daemon and ssh-agent 17 17 restart Restart DRM4G daemon 18 18 clear Start DRM4G daemon deleting all the jobs available on DRM4G 19 19 conf Configure DRM4G daemon, scheduler and logger parameters 20 20 resource Manage computing resources 21 21 id Manage reosurce identities 22 22 host Print information about the hosts 23 23 job Submit, get status and history and cancel jobs 24 24 25 25 See 'drm4g <command> --help' for more information on a specific command.
Change History (3)
comment:1 Changed 6 years ago by antonio
comment:2 Changed 6 years ago by minondoa
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 6 years ago by minondoa
- Component changed from TracMeteo to DRM4G
- Keywords drm4g debug added
- Milestone changed from DRM4G-X.X.X to DRM4G-2.6.1
Note: See
TracTickets for help on using
tickets.
The --debug option should be parser in the wrf4g command instead on each sub-command.
This piece of code, only should be appear at main command