From: Brian Warner <warner@allmydata.com>
Date: Fri, 23 Jan 2009 22:21:50 +0000 (-0700)
Subject: CLI: remove the '-v' alias for --version-and-path, to free up '-v' for more tradition... 
X-Git-Tag: allmydata-tahoe-1.3.0~155
X-Git-Url: https://git.rkrishnan.org/components/%22news.html/simplejson/statistics?a=commitdiff_plain;h=6ba154851f416650715085759fe8e80ca069d47a;p=tahoe-lafs%2Ftahoe-lafs.git

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

diff --git a/src/allmydata/scripts/common.py b/src/allmydata/scripts/common.py
index 73fce3f4..8518c6a0 100644
--- a/src/allmydata/scripts/common.py
+++ b/src/allmydata/scripts/common.py
@@ -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):