fix typo in help of spack clone
prefix is singular (#8658)
Change-Id: I3bfe5b4ba497fae57d5382502ea9a1b054688fdb
This commit is contained in:
parent
53c0c5701c
commit
21a46fb2ce
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ def setup_parser(subparser):
|
|||
help="name of the remote to clone from", default='origin')
|
||||
subparser.add_argument(
|
||||
'prefix',
|
||||
help="names of prefix where we should install spack")
|
||||
help="name of prefix where we should install spack")
|
||||
|
||||
|
||||
def get_origin_info(remote):
|
||||
|
|
Loading…
Reference in a new issue