From: Jonas Fonseca Date: Sat, 23 Jun 2007 09:33:45 +0000 (+0200) Subject: Fix a few typos in the bash completion X-Git-Tag: tig-0.9~43 X-Git-Url: https://git.distorted.org.uk/~mdw/tig/commitdiff_plain/72f0962147050d8bfdb10755715a257dc477a02b Fix a few typos in the bash completion --- diff --git a/contrib/tig-completion.sh b/contrib/tig-completion.sh index dc6acf6..3b6fd6d 100755 --- a/contrib/tig-completion.sh +++ b/contrib/tig-completion.sh @@ -217,11 +217,11 @@ _tig () if [ $c -eq $COMP_CWORD -a -z "$command" ]; then case "${COMP_WORDS[COMP_CWORD]}" in --*=*) COMPREPLY=() ;; - -*) __tigcomp " + -*) tigcomp " --line-number= --tab-size= --version --help -b -d -h -l -S -v " ;; - *) __gitcomp "log diff show $(__tig_refs)" ;; + *) tigcomp "log diff show $(__tig_refs)" ;; esac return fi