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

View File

@@ -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)')