]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
CLI: remove the '-v' alias for --version-and-path, to free up '-v' for more tradition...
authorBrian Warner <warner@allmydata.com>
Fri, 23 Jan 2009 22:21:50 +0000 (15:21 -0700)
committerBrian Warner <warner@allmydata.com>
Fri, 23 Jan 2009 22:21:50 +0000 (15:21 -0700)
src/allmydata/scripts/common.py

index 73fce3f408ccf993b0369fceb5bfc1a1cc3003d2..8518c6a037b022687a2ab57773cef602c6dd562f 100644 (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):