summaryrefslogtreecommitdiff
path: root/lib/spack/spack/cmd/debug.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/spack/spack/cmd/debug.py')
-rw-r--r--lib/spack/spack/cmd/debug.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/spack/spack/cmd/debug.py b/lib/spack/spack/cmd/debug.py
index c7e90cb210..06dea9ea70 100644
--- a/lib/spack/spack/cmd/debug.py
+++ b/lib/spack/spack/cmd/debug.py
@@ -33,13 +33,13 @@ from llnl.util.filesystem import working_dir
import spack
from spack.util.executable import which
-description = "Debugging commands for troubleshooting Spack."
+description = "debugging commands for troubleshooting Spack"
def setup_parser(subparser):
sp = subparser.add_subparsers(metavar='SUBCOMMAND', dest='debug_command')
sp.add_parser('create-db-tarball',
- help="Create a tarball of Spack's installation metadata.")
+ help="create a tarball of Spack's installation metadata")
def _debug_tarball_suffix():