Add caret/hat to spack spec help documentation (#23758)

Co-authored-by: Jamie Finney <finneyjm@ornl.gov>
This commit is contained in:
Jamie Finney 2021-05-19 03:49:07 -04:00 committed by GitHub
parent 8146c0d848
commit b3004e1dd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -254,6 +254,7 @@ def install_status():
'-I', '--install-status', action='store_true', default=False, '-I', '--install-status', action='store_true', default=False,
help='show install status of packages. packages can be: ' help='show install status of packages. packages can be: '
'installed [+], missing and needed by an installed package [-], ' 'installed [+], missing and needed by an installed package [-], '
'installed in and upstream instance [^], '
'or not installed (no annotation)') 'or not installed (no annotation)')