Use long flag in spack help message (#6429)
This commit is contained in:
parent
41eb496021
commit
257d968259
@ -226,7 +226,7 @@ def add_subcommand_group(title, commands):
|
|||||||
# epilog
|
# epilog
|
||||||
formatter.add_text("""\
|
formatter.add_text("""\
|
||||||
{help}:
|
{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 <command> help on a specific command
|
||||||
spack help --spec help on the spec syntax
|
spack help --spec help on the spec syntax
|
||||||
spack docs open http://spack.rtfd.io/ in a browser"""
|
spack docs open http://spack.rtfd.io/ in a browser"""
|
||||||
|
Loading…
Reference in New Issue
Block a user