aboutsummaryrefslogtreecommitdiff
path: root/kiss
diff options
context:
space:
mode:
authordylan.araps@gmail.com <dylan.araps@gmail.com>2020-02-11 10:27:15 +0000
committerdylan.araps@gmail.com <dylan.araps@gmail.com>2020-02-11 10:27:15 +0000
commitff4aa69a7f3d87c16a5f4b3596cbdc8905710bfd (patch)
tree62dfcaa20369878bc5090727c7de0550c3dc8a92 /kiss
parent2cb1346f915860d6da0695207dc559ad601462a6 (diff)
downloadcpt-ff4aa69a7f3d87c16a5f4b3596cbdc8905710bfd.tar.gz
docs: update
FossilOrigin-Name: 9a46a9c4e6847d7d1325876aee8804c8d1bbbc5beec664d0aeef0176844caa82
Diffstat (limited to 'kiss')
-rwxr-xr-xkiss5
1 files changed, 5 insertions, 0 deletions
diff --git a/kiss b/kiss
index 044966a..cbbe3b9 100755
--- a/kiss
+++ b/kiss
@@ -1255,6 +1255,8 @@ args() {
else
set +f
+ log Alternatives:
+
# Go over each alternative and format the file
# name for listing. (pkg_name>usr>bin>ls)
for pkg in "$sys_db/../choices"/*; do
@@ -1262,6 +1264,9 @@ args() {
done |
sed 's|>| /|; s|>|/|g; /\*/d'
+
+ log note "Think about what you are doing for"
+ log note "this feature requires thought"
fi
;;