fix typo in help of spack clone prefix is singular (#8658)

Change-Id: I3bfe5b4ba497fae57d5382502ea9a1b054688fdb
This commit is contained in:
Andreas Baumbach 2018-07-08 20:28:46 +02:00 committed by Massimiliano Culpo
parent 53c0c5701c
commit 21a46fb2ce

View file

@ -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):