Skip to content

Commit 81a83f8

Browse files
committed
Alias -V to --version
1 parent 784f744 commit 81a83f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pip_check_reqs/find_extra_reqs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def main():
129129
action="store_true",
130130
default=False,
131131
help="be *really* verbose")
132-
parser.add_option("--version",
132+
parser.add_option("-V", "--version",
133133
dest="version",
134134
action="store_true",
135135
default=False,

pip_check_reqs/find_missing_reqs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def main():
136136
action="store_true",
137137
default=False,
138138
help="be *really* verbose")
139-
parser.add_option("--version",
139+
parser.add_option("-V", "--version",
140140
dest="version",
141141
action="store_true",
142142
default=False,

0 commit comments

Comments
 (0)