diff --git a/completions/slackware b/completions/slackware index 4ee68dab..7673b3db 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 ;;