We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 784f744 commit 81a83f8Copy full SHA for 81a83f8
pip_check_reqs/find_extra_reqs.py
@@ -129,7 +129,7 @@ def main():
129
action="store_true",
130
default=False,
131
help="be *really* verbose")
132
- parser.add_option("--version",
+ parser.add_option("-V", "--version",
133
dest="version",
134
135
pip_check_reqs/find_missing_reqs.py
@@ -136,7 +136,7 @@ def main():
136
137
138
139
140
141
142
0 commit comments