Skip to content
Snippets Groups Projects
Commit bddba98a authored by Scott Kitterman's avatar Scott Kitterman
Browse files

Make X(S)-Python-Version usage consistent.

parent 884fb149
No related branches found
No related tags found
No related merge requests found
......@@ -330,7 +330,7 @@ def main():
help='print the supported python versions',
action='store_true', dest='supported')
parser.add_option('-r', '--requested',
help='print the python versions requested by a build; the argument is either the name of a control file or the value of the X-Python-Version/XS-Python-Version attribute',
help='print the python versions requested by a build; the argument is either the name of a control file or the value of the X(S)-Python-Version attribute',
action='store_true', dest='requested')
parser.add_option('-i', '--installed',
help='print the installed supported python versions',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment