diff options
author | noreply@github.com <noreply@github.com> | 2019-07-26 10:28:16 +0000 |
---|---|---|
committer | noreply@github.com <noreply@github.com> | 2019-07-26 10:28:16 +0000 |
commit | fe4dfc313bf87bda119416119c79ff9fe4e7fdb7 (patch) | |
tree | 46419e1566aa079ca64ba4327431d1e574a66275 | |
parent | f633ba320d8b5af92eac876c75d722a9ee424bea (diff) | |
parent | 1c62262348cdcb1ec50f12738877e81ca5a0f745 (diff) | |
download | cpt-fe4dfc313bf87bda119416119c79ff9fe4e7fdb7.tar.gz |
Merge pull request #33 from onodera-punpun/patch-1
Make list command description a bit more clear
FossilOrigin-Name: 86392f2aabc535c8454c9e73499608a6a7eab7a001bbda09572cd741c837150d
-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." \ |