X-Git-Url: https://git.toastfreeware.priv.at/gregoa/bti.git/blobdiff_plain/fd562ddb1a223ca6623c05761305a103e6a85dfb..e14fa66ad8e52500503395e75fd07d07ce2a3ddd:/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