From 8b31951d23c9ef9468f71a8256e2b3f76030fc12 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 23 Mar 2009 15:54:35 -0700 Subject: [PATCH] add new options to bash completion script --- bti-bashcompletion | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bti-bashcompletion b/bti-bashcompletion index 3b0f4d4..18310d5 100644 --- a/bti-bashcompletion +++ b/bti-bashcompletion @@ -5,9 +5,10 @@ _bti() cur="${COMP_WORDS[COMP_CWORD]}" prev="${COMP_WORDS[COMP_CWORD-1]}" if [[ "${cur}" == -* ]] ; then - COMPREPLY=( $(compgen -W "-a -A -p -P -H -b -d -v -h + COMPREPLY=( $(compgen -W "-a -A -p -P -H -b -d -v -s -n -h --account --action --password --proxy --host --bash \ - --user --debug --version --help" -- ${cur}) ) + --user --debug --dry-run --shrink-urls --version \ + --help" -- ${cur}) ) fi if [[ "${prev}" == "--host" ]] ; then -- 2.39.5