summaryrefslogtreecommitdiff
path: root/lib/spack/spack/cmd/edit.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/spack/spack/cmd/edit.py')
-rw-r--r--lib/spack/spack/cmd/edit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/cmd/edit.py b/lib/spack/spack/cmd/edit.py
index 621bd11493..057dae14c4 100644
--- a/lib/spack/spack/cmd/edit.py
+++ b/lib/spack/spack/cmd/edit.py
@@ -62,7 +62,7 @@ def setup_parser(subparser):
dest="path",
action="store_const",
const=spack.paths.build_systems_path,
- help="Edit the build system with the supplied name.",
+ help="edit the build system with the supplied name",
)
excl_args.add_argument(
"-c",