diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2023-12-11 01:17:37 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-11 10:17:37 +0100 |
commit | 57ad848f47a5e175b9523360042cfc607b85fe81 (patch) | |
tree | 6499e81bddcf351d53ac1a88630921f62ce97396 /SECURITY.md | |
parent | 15623d807766d75770ab7a3a307cd37258d6ace4 (diff) | |
download | spack-57ad848f47a5e175b9523360042cfc607b85fe81.tar.gz spack-57ad848f47a5e175b9523360042cfc607b85fe81.tar.bz2 spack-57ad848f47a5e175b9523360042cfc607b85fe81.tar.xz spack-57ad848f47a5e175b9523360042cfc607b85fe81.zip |
commands: better install status help formatting (#41527)
Before (hard to read, doesn't fit on small terminals):
:
```console
-I, --install-status show install status of packages
packages can be: installed [+], missing and needed by an installed package [-], installed in an upstream instance [^], or not installed (no annotation)
```
After (fits in 80 columns):
```console
-I, --install-status show install status of packages
[+] installed [^] installed in an upstream
- not installed [-] missing dep of installed package
```
Diffstat (limited to 'SECURITY.md')
0 files changed, 0 insertions, 0 deletions