From: gregor herrmann Date: Fri, 17 Dec 2010 21:35:13 +0000 (+0100) Subject: Document the new --retweet feature in bti.xml and add it to bash completion. X-Git-Url: https://git.toastfreeware.priv.at/gregoa/bti.git/commitdiff_plain/cbe4501f761baa65b22b76887d6efe2957211923?ds=sidebyside;hp=31070bfe80c5ee9890c1f59acefe944229c8d528 Document the new --retweet feature in bti.xml and add it to bash completion. --- 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 diff --git a/bti.xml b/bti.xml index 07ae3de..ae08e4f 100644 --- a/bti.xml +++ b/bti.xml @@ -35,6 +35,7 @@ + @@ -159,6 +160,14 @@ + + + + + Status ID of a single post which you want to retweet. + + +