diff options
author | Adam J. Stewart <ajstewart426@gmail.com> | 2020-09-08 13:19:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-08 20:19:20 +0200 |
commit | 94e694b19f0f83bd773f6014f71919816becf03a (patch) | |
tree | e4733b4e854efaec4cf4e7aee137f010669ab5b4 /lib | |
parent | 7205a7542767b3e461e54361a618ffd67120dbb7 (diff) | |
download | spack-94e694b19f0f83bd773f6014f71919816becf03a.tar.gz spack-94e694b19f0f83bd773f6014f71919816becf03a.tar.bz2 spack-94e694b19f0f83bd773f6014f71919816becf03a.tar.xz spack-94e694b19f0f83bd773f6014f71919816becf03a.zip |
spack docs: http -> https (#18573)
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 d19578007b..3d60f5b4eb 100644 --- a/lib/spack/spack/main.py +++ b/lib/spack/spack/main.py @@ -281,7 +281,7 @@ class SpackArgumentParser(argparse.ArgumentParser): spack help --all list all commands and options spack help <command> help on a specific command spack help --spec help on the package specification syntax - spack docs open http://spack.rtfd.io/ in a browser + spack docs open https://spack.rtfd.io/ in a browser """.format(help=section_descriptions['help'])) # determine help from format above |