docs: update

This commit is contained in:
Dylan Araps 2020-02-11 12:27:15 +02:00
parent e00c048820
commit 98bb76a827
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 5 additions and 0 deletions

5
kiss
View File

@ -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
;;