Merge pull request #1210 from hartzell/patch-2
Typo: verison -> version
This commit is contained in:
commit
a729c332c8
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ def setup_parser(subparser):
|
|||
help="Do not 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 diy(self, args):
|
||||
|
|
Loading…
Reference in a new issue