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