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

Merge pull request #1211 from hartzell/patch-3

Typo: verison -> version
parents 069de3f0 fbaff33f
Branches wdconinc-master-patch-31375
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ def setup_parser(subparser): ...@@ -44,7 +44,7 @@ def setup_parser(subparser):
help="Display verbose build output while installing.") help="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 setup(self, args): def setup(self, args):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment