CLI: remove the '-v' alias for --version-and-path, to free up '-v' for more traditional uses (like --verbose)

This commit is contained in:
Brian Warner 2009-01-23 15:21:50 -07:00
parent 26260374e9
commit 6ba154851f

View File

@ -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):