aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornoreply@github.com <noreply@github.com>2019-07-26 10:28:16 +0000
committernoreply@github.com <noreply@github.com>2019-07-26 10:28:16 +0000
commitfe4dfc313bf87bda119416119c79ff9fe4e7fdb7 (patch)
tree46419e1566aa079ca64ba4327431d1e574a66275
parentf633ba320d8b5af92eac876c75d722a9ee424bea (diff)
parent1c62262348cdcb1ec50f12738877e81ca5a0f745 (diff)
downloadcpt-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-xkiss2
1 files changed, 1 insertions, 1 deletions
diff --git a/kiss b/kiss
index 5d86488..09a1aa0 100755
--- a/kiss
+++ b/kiss
@@ -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." \