From 3fb793ffbe2f47c9dad366ab2b22b09af6814a02 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 23 Mar 2009 22:05:57 -0700 Subject: [PATCH] add --page to bti-bashcompletion --- bti-bashcompletion | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bti-bashcompletion b/bti-bashcompletion index 18310d5..6855c67 100644 --- a/bti-bashcompletion +++ b/bti-bashcompletion @@ -5,9 +5,9 @@ _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 -s -n -h + 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 --version \ + --user --debug --dry-run --shrink-urls --page --version \ --help" -- ${cur}) ) fi -- 2.39.5