From 6ba154851f416650715085759fe8e80ca069d47a Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@allmydata.com>
Date: Fri, 23 Jan 2009 15:21:50 -0700
Subject: [PATCH] CLI: remove the '-v' alias for --version-and-path, to free up
 '-v' for more traditional uses (like --verbose)

---
 src/allmydata/scripts/common.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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