X-Git-Url: https://git.toastfreeware.priv.at/gregoa/bti.git/blobdiff_plain/3fb793ffbe2f47c9dad366ab2b22b09af6814a02..12411f341086b1c92d5d089cd6af36a05ee4824e:/bti-bashcompletion diff --git a/bti-bashcompletion b/bti-bashcompletion index 6855c67..ff5d9a2 100644 --- a/bti-bashcompletion +++ b/bti-bashcompletion @@ -7,7 +7,7 @@ _bti() if [[ "${cur}" == -* ]] ; then COMPREPLY=( $(compgen -W "-a -A -p -P -H -b -d -v -s -n -g -h --account --action --password --proxy --host --bash \ - --user --debug --dry-run --shrink-urls --page --version \ + --user --debug --dry-run --shrink-urls --page --version --verbose \ --help" -- ${cur}) ) fi