Reference spack help --spec
in spack spec --help
This commit is contained in:
parent
c0672eb641
commit
adffa45264
@ -24,6 +24,10 @@
|
|||||||
|
|
||||||
|
|
||||||
def setup_parser(subparser):
|
def setup_parser(subparser):
|
||||||
|
subparser.epilog = """\
|
||||||
|
for further documentation regarding the spec syntax, see:
|
||||||
|
spack help --spec
|
||||||
|
"""
|
||||||
arguments.add_common_arguments(
|
arguments.add_common_arguments(
|
||||||
subparser, ['long', 'very_long', 'install_status'])
|
subparser, ['long', 'very_long', 'install_status'])
|
||||||
subparser.add_argument(
|
subparser.add_argument(
|
||||||
|
Loading…
Reference in New Issue
Block a user