diff options
author | Jamie Finney <jfinney10@users.noreply.github.com> | 2021-05-19 03:49:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-19 09:49:07 +0200 |
commit | b3004e1dd02001ba07d8f51d9f6416cc7c444095 (patch) | |
tree | e3590e3ce5448bfd4222649237666046d9739532 /lib | |
parent | 8146c0d8485983551af503a9100451218a65f0b0 (diff) | |
download | spack-b3004e1dd02001ba07d8f51d9f6416cc7c444095.tar.gz spack-b3004e1dd02001ba07d8f51d9f6416cc7c444095.tar.bz2 spack-b3004e1dd02001ba07d8f51d9f6416cc7c444095.tar.xz spack-b3004e1dd02001ba07d8f51d9f6416cc7c444095.zip |
Add caret/hat to spack spec help documentation (#23758)
Co-authored-by: Jamie Finney <finneyjm@ornl.gov>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/spack/cmd/common/arguments.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/spack/spack/cmd/common/arguments.py b/lib/spack/spack/cmd/common/arguments.py index 759fdfc498..40a30a2618 100644 --- a/lib/spack/spack/cmd/common/arguments.py +++ b/lib/spack/spack/cmd/common/arguments.py @@ -254,6 +254,7 @@ def install_status(): '-I', '--install-status', action='store_true', default=False, help='show install status of packages. packages can be: ' 'installed [+], missing and needed by an installed package [-], ' + 'installed in and upstream instance [^], ' 'or not installed (no annotation)') |