mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-19 15:53:48 +00:00
CLI: put "[global-opts]" in all command synopses
This commit is contained in:
@ -67,7 +67,7 @@ class Options(usage.Options):
|
||||
self.no_command_needed = True
|
||||
|
||||
def getSynopsis(self):
|
||||
return "\nUsage: tahoe [global-options] <command> [command-options]"
|
||||
return "\nUsage: tahoe [global-opts] <command> [command-options]"
|
||||
|
||||
def getUsage(self, **kwargs):
|
||||
t = usage.Options.getUsage(self, **kwargs)
|
||||
|
Reference in New Issue
Block a user