commit 98bb76a8271eeb1bc382f36b204b936b8809cf49
parent e00c0488206148ce75bfe8d808f6f978879ef2c8
Author: Dylan Araps <dylan.araps@gmail.com>
Date: Tue, 11 Feb 2020 12:27:15 +0200
docs: update
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git 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
;;