projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2626037
)
CLI: remove the '-v' alias for --version-and-path, to free up '-v' for more tradition...
author
Brian Warner
<warner@allmydata.com>
Fri, 23 Jan 2009 22:21:50 +0000
(15:21 -0700)
committer
Brian Warner
<warner@allmydata.com>
Fri, 23 Jan 2009 22:21:50 +0000
(15:21 -0700)
src/allmydata/scripts/common.py
patch
|
blob
|
history
diff --git
a/src/allmydata/scripts/common.py
b/src/allmydata/scripts/common.py
index 73fce3f408ccf993b0369fceb5bfc1a1cc3003d2..8518c6a037b022687a2ab57773cef602c6dd562f 100644
(file)
--- 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):