mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
CLI: remove the '-v' alias for --version-and-path, to free up '-v' for more traditional uses (like --verbose)
This commit is contained in:
parent
26260374e9
commit
6ba154851f
@ -12,7 +12,7 @@ class BaseOptions:
|
||||
optFlags = [
|
||||
["quiet", "q", "Operate silently."],
|
||||
["version", "V", "Display version numbers and exit."],
|
||||
["version-and-path", "v", "Display version numbers and paths to their locations and exit."],
|
||||
["version-and-path", None, "Display version numbers and paths to their locations and exit."],
|
||||
]
|
||||
|
||||
def opt_version(self):
|
||||
|
Loading…
Reference in New Issue
Block a user