Skip to content
Snippets Groups Projects
Commit fbaff33f authored by George Hartzell's avatar George Hartzell Committed by GitHub
Browse files

Typo: verison -> version

parent a729c332
Branches
Tags
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