Use long flag in spack help message (#6429)

This commit is contained in:
Adam J. Stewart 2017-11-26 07:14:47 -06:00 committed by Christoph Junghans
parent 41eb496021
commit 257d968259

View file

@ -226,7 +226,7 @@ def add_subcommand_group(title, commands):
# epilog
formatter.add_text("""\
{help}:
spack help -a list all available commands
spack help --all list all available commands
spack help <command> help on a specific command
spack help --spec help on the spec syntax
spack docs open http://spack.rtfd.io/ in a browser"""