diff options
author | noreply@github.com <noreply@github.com> | 2019-07-26 10:08:26 +0000 |
---|---|---|
committer | noreply@github.com <noreply@github.com> | 2019-07-26 10:08:26 +0000 |
commit | 1c62262348cdcb1ec50f12738877e81ca5a0f745 (patch) | |
tree | 46419e1566aa079ca64ba4327431d1e574a66275 /kiss | |
parent | f633ba320d8b5af92eac876c75d722a9ee424bea (diff) | |
download | cpt-1c62262348cdcb1ec50f12738877e81ca5a0f745.tar.gz |
Make list command description a bit more clear
FossilOrigin-Name: 21ca689ea2585423340f507db469a26a7b5aaade4f1e53096dfb91788c185063
Diffstat (limited to 'kiss')
-rwxr-xr-x | kiss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1002,7 +1002,7 @@ args() { "checksum: Generate checksums." \ "depends: List package dependencies." \ "install: Install a package (Runs build if needed)." \ - "list: List packages." \ + "list: List installed packages." \ "manifest: List package files owned by package." \ "owns: Check which package owns a file." \ "remove: Remove a package." \ |