Skip to content
Snippets Groups Projects
Commit a729c332 authored by Todd Gamblin's avatar Todd Gamblin Committed by GitHub
Browse files

Merge pull request #1210 from hartzell/patch-2

Typo: verison -> version
parents 691e6287 1682257b
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ def setup_parser(subparser): ...@@ -50,7 +50,7 @@ def setup_parser(subparser):
help="Do not display verbose build output while installing.") help="Do not display verbose build output while installing.")
subparser.add_argument( subparser.add_argument(
'spec', nargs=argparse.REMAINDER, 'spec', nargs=argparse.REMAINDER,
help="specs to use for install. Must contain package AND verison.") help="specs to use for install. Must contain package AND version.")
def diy(self, args): def diy(self, args):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment