fix typo in help of spack clone
prefix is singular (#8658)
Change-Id: I3bfe5b4ba497fae57d5382502ea9a1b054688fdb
This commit is contained in:

committed by
Massimiliano Culpo

parent
53c0c5701c
commit
21a46fb2ce
@@ -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):
|
||||
|
Reference in New Issue
Block a user