From 21a46fb2cead8ad926ce0e5efcf7ad4157e5bce2 Mon Sep 17 00:00:00 2001
From: Andreas Baumbach <healther@users.noreply.github.com>
Date: Sun, 8 Jul 2018 20:28:46 +0200
Subject: [PATCH] fix typo in help of `spack clone` prefix is singular (#8658)

Change-Id: I3bfe5b4ba497fae57d5382502ea9a1b054688fdb
---
 lib/spack/spack/cmd/clone.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/spack/spack/cmd/clone.py b/lib/spack/spack/cmd/clone.py
index f8b3f899ee..c523f26eb6 100644
--- a/lib/spack/spack/cmd/clone.py
+++ b/lib/spack/spack/cmd/clone.py
@@ -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):
-- 
GitLab