Typo: verison -> version

This commit is contained in:
George Hartzell 2016-07-11 09:44:20 -07:00 committed by GitHub
parent a729c332c8
commit fbaff33f3f

View File

@ -44,7 +44,7 @@ def setup_parser(subparser):
help="Display verbose build output while installing.")
subparser.add_argument(
'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):