cosmetics in help
This commit is contained in:
parent
98cdb71856
commit
a32f1c05f5
1
base.py
1
base.py
@ -493,6 +493,7 @@ class ServiceManager:
|
||||
if len(self.info) == 1:
|
||||
for key in options:
|
||||
options[key] = ''
|
||||
options['remark'] = ' '
|
||||
wildcards = False
|
||||
else:
|
||||
options['legend'] = ' [instance] is empty or one of %s\n' % ', '.join(self.info)
|
||||
|
@ -59,9 +59,9 @@ class SeaManager(ServiceManager):
|
||||
sea gui %(ins)s
|
||||
sea %(ins)s # the same as sea gui <instance>
|
||||
sea cli %(ins)s # the same as old seacmd
|
||||
sea start %(ins)s[service] %(remark)s # the same as old 'monit start sea'
|
||||
sea restart %(ins)s[service] %(remark)s
|
||||
sea stop %(ins)s[service] %(remark)s
|
||||
sea start %(ins)s[service] %(remark)s # the same as old 'monit start sea'
|
||||
sea restart %(ins)s[service] %(remark)s
|
||||
sea stop %(ins)s[service] %(remark)s
|
||||
sea list %(optional_ins)s
|
||||
|
||||
[service] is empty or one of sea, graph
|
||||
|
Loading…
x
Reference in New Issue
Block a user