Skip to content
Snippets Groups Projects
Commit 9ef47142 authored by Todd Gamblin's avatar Todd Gamblin
Browse files

Tweak for help output

parent 8d51c95e
Branches
Tags
No related merge requests found
......@@ -35,8 +35,7 @@ parser.add_argument('-m', '--mock', action='store_true', dest='mock',
# each command module implements a parser() function, to which we pass its
# subparser for setup.
subparsers = parser.add_subparsers(
title="commands", metavar='<command>', dest="command")
subparsers = parser.add_subparsers(metavar='COMMAND', dest="command")
import spack.cmd
for cmd in spack.cmd.commands:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment