diff options
author | Adam J. Stewart <ajstewart426@gmail.com> | 2017-11-26 07:14:47 -0600 |
---|---|---|
committer | Christoph Junghans <christoph.junghans@gmail.com> | 2017-11-26 06:14:47 -0700 |
commit | 257d96825911e5dc0de92866218651f4270d3b00 (patch) | |
tree | 9180bd9674707add3f57527f85c14e5cdbdf2120 /lib | |
parent | 41eb496021a1bbd4523bc3b40450fc6f128c972e (diff) | |
download | spack-257d96825911e5dc0de92866218651f4270d3b00.tar.gz spack-257d96825911e5dc0de92866218651f4270d3b00.tar.bz2 spack-257d96825911e5dc0de92866218651f4270d3b00.tar.xz spack-257d96825911e5dc0de92866218651f4270d3b00.zip |
Use long flag in spack help message (#6429)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/spack/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/main.py b/lib/spack/spack/main.py index c3e1ea4506..f32f712089 100644 --- a/lib/spack/spack/main.py +++ b/lib/spack/spack/main.py @@ -226,7 +226,7 @@ class SpackArgumentParser(argparse.ArgumentParser): # 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""" |