fix nicos help
This commit is contained in:
13
nicosman.py
13
nicosman.py
@ -55,17 +55,16 @@ class NicosManager(ServiceManager):
|
||||
Usage:
|
||||
|
||||
nicos gui <instance>
|
||||
nicos <instance> (the same as above)
|
||||
nicos <instance> (the same as above)
|
||||
nicos list [<instance>]
|
||||
nicos start <instance> [<service>] *
|
||||
nicos restart <instance> [<service>] *
|
||||
nicos stop <instance> [<service>] *
|
||||
nicos create <instance> <nr> *
|
||||
nicos start <instance> [<service>]
|
||||
nicos restart <instance> [<service>] %(remark)s
|
||||
nicos stop <instance> [<service>] %(remark)s
|
||||
nicos create <instance> <nr>
|
||||
nicos link <instance> (create links to nicos data and scripts)
|
||||
|
||||
<service> is one of cache, deamon, poller
|
||||
%s
|
||||
* wildcards allowed, using '.' to replace 0 or more arbitrary characters in <instance>
|
||||
%(legend)s
|
||||
|
||||
to be done after the experiment:
|
||||
nicos copy (copy data and scripts from link)
|
||||
|
Reference in New Issue
Block a user