diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-09-09 08:31:31 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-09-09 08:31:31 +0000 |
commit | 462697efcd63623fdc997fbffb9d2a532972aad3 (patch) | |
tree | c9e06cdf2cb5d9e70c99c827410c365cfe38c3ff /kiss | |
parent | 908e21e9c1e9db1313e2ca84efa16863c2716495 (diff) | |
download | cpt-462697efcd63623fdc997fbffb9d2a532972aad3.tar.gz |
docs: update
FossilOrigin-Name: 29cb8460b7cc49033a551264dea0036d22c13cebbc3687988e5ed40b846a0089
Diffstat (limited to 'kiss')
-rwxr-xr-x | kiss | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -944,9 +944,7 @@ args() { esac # Actions can be abbreviated to their first letter. This saves - # keystrokes once you memorize the commands and it also has the - # side-effect of "correcting" spelling mistakes (assuming the first - # letter is right). + # keystrokes once you memorize the commands. case $action in b|build) # If no arguments were passed, rebuild all packages. |