do not show <instance> in help when not needed
This commit is contained in:
@ -51,15 +51,15 @@ class SeaManager(ServiceManager):
|
||||
Usage:
|
||||
|
||||
sea gui <instance>
|
||||
sea <instance> # the same as sea gui <instance>
|
||||
sea cli <instance> (the same as old seacmd)
|
||||
sea start <instance> <service>
|
||||
sea <instance> # the same as sea gui <instance>
|
||||
sea cli <instance> # the same as old seacmd
|
||||
sea start <instance> [<service>]
|
||||
sea restart <instance> [<service>]
|
||||
sea stop <instance> [<service>]
|
||||
sea list [<instance>]
|
||||
|
||||
<service> is one of sea, graph
|
||||
<instance> is one of %s
|
||||
%s
|
||||
"""
|
||||
|
||||
def do_cli(self, ins):
|
||||
|
Reference in New Issue
Block a user