The following commit has been merged in the master branch:
commit 49c8d714182db1a6e67c5331748578e2a948567c
Author: Igor Murzov <[email protected]>
Date: Thu Nov 4 20:15:04 2010 +0300
Update slapt-src completion
diff --git a/completions/slackware b/completions/slackware
index 4ee68da..7673b3d 100644
--- a/completions/slackware
+++ b/completions/slackware
@@ -92,9 +92,9 @@ _slapt-src()
_get_comp_words_by_ref cur prev
if [[ "$cur" == -* ]]; then
- COMPREPLY=( $( compgen -W '--update -u --list -l \
- --search -s --show -w --install -i --build -b \
- --fetch -f --yes -y --config -c --no-dep -n \
+ COMPREPLY=( $( compgen -W '--update -u --list -l --clean -e \
+ --search -s --show -w --install -i --build -b --fetch -f \
+ --yes -y --config -c --no-dep -n --postprocess -p \
--version -v --help -h' -- "$cur" ) )
return 0
fi
@@ -104,7 +104,7 @@ _slapt-src()
_filedir
return 0
;;
- --search)
+ --search|-s|--postprocess|-p)
# argument required but no completions available
return 0
;;
--
bash-completion
_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits