From: Amir Mohammad Saied Date: Wed, 20 May 2009 07:14:32 +0000 (+0430) Subject: verbose option for bash completion script X-Git-Url: https://git.toastfreeware.priv.at/gregoa/bti.git/commitdiff_plain/5145187818c726e46ad5ad8dc3b8a2c3dca689d3?hp=e0372a38b4647e6f23689fa2e9429f71d2c4908c verbose option for bash completion script --- 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