Skip to content
Snippets Groups Projects
Commit 21a46fb2 authored by Andreas Baumbach's avatar Andreas Baumbach Committed by Massimiliano Culpo
Browse files

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

Change-Id: I3bfe5b4ba497fae57d5382502ea9a1b054688fdb
parent 53c0c570
Branches
Tags
No related merge requests found
...@@ -43,7 +43,7 @@ def setup_parser(subparser): ...@@ -43,7 +43,7 @@ def setup_parser(subparser):
help="name of the remote to clone from", default='origin') help="name of the remote to clone from", default='origin')
subparser.add_argument( subparser.add_argument(
'prefix', 'prefix',
help="names of prefix where we should install spack") help="name of prefix where we should install spack")
def get_origin_info(remote): def get_origin_info(remote):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment