From 453471cb0564e3c5e9f420e29077baf31d351461 Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Mon, 8 Apr 2013 23:00:42 -0700 Subject: Better help formatting. --- bin/spack | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/spack b/bin/spack index 294334ac43..26d34387b7 100755 --- a/bin/spack +++ b/bin/spack @@ -29,7 +29,8 @@ parser.add_argument('-d', '--debug', action='store_true', dest='debug', # each command module implements a parser() function, to which we pass its # subparser for setup. -subparsers = parser.add_subparsers(title="subcommands", dest="command") +subparsers = parser.add_subparsers( + title="commands", metavar='', dest="command") import spack.cmd for cmd in spack.cmd.commands: -- cgit v1.2.3-70-g09d2