diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-07-31 16:02:43 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-07-31 16:02:43 +0000 |
commit | 285bce99fc052dba3a8023c70608ef5cf1f3d1d7 (patch) | |
tree | b716461691b767e22fc6e910359967c9d0e83fea | |
parent | 060c0c68a1e2e6098e205aa65d2833b780587e27 (diff) | |
download | cpt-285bce99fc052dba3a8023c70608ef5cf1f3d1d7.tar.gz |
kiss: Fix usage message.
FossilOrigin-Name: b0d1c556e34af0d2abe281901593cced44a5ae95416a97bdba7dd84eaa994de0
-rwxr-xr-x | kiss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1010,7 +1010,7 @@ args() { "build: Build a package." \ "checksum: Generate checksums." \ "depends: List package dependencies." \ - "install: Install a package (Runs build if needed)." \ + "install: Install a package." \ "list: List installed packages." \ "manifest: List package files owned by package." \ "owns: Check which package owns a file." \ |