mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-19 15:53:48 +00:00
cli: improve formatting of all commands
Also: * do some light refactoring of create-client/node * make it clear that these commands' --basedir options do the same as the global --node-directory option * use "global-options" instead of "global-opts"
This commit is contained in:
@ -70,7 +70,7 @@ class Options(usage.Options):
|
||||
return ("\nUsage: tahoe [global-options] <command> [command-options]\n"
|
||||
+ self.getUsage())
|
||||
|
||||
synopsis = "\nUsage: tahoe [global-opts]" # used only for subcommands
|
||||
synopsis = "\nUsage: tahoe [global-options]" # used only for subcommands
|
||||
|
||||
def getUsage(self, **kwargs):
|
||||
t = usage.Options.getUsage(self, **kwargs)
|
||||
|
Reference in New Issue
Block a user