git-svn-id: http://emdebian.org/svn/current@7158 563faec7-e20c-0410-992a-a66f704d0ccd
This commit is contained in:
codehelp 2010-05-01 08:48:30 +00:00
parent 2214a82ac2
commit b6bb7c0a08

View file

@ -29,8 +29,8 @@ _multistrap()
cur="${COMP_WORDS[COMP_CWORD]}" cur="${COMP_WORDS[COMP_CWORD]}"
prev="${COMP_WORDS[COMP_CWORD-1]}" prev="${COMP_WORDS[COMP_CWORD-1]}"
help="-h -? --help --version " help="-h -? --help --version "
arch="-a --arch " arch="-a --arch --source-dir --tidy-up "
opts="-f --file" opts="-f --file --no-auth --dry-run --simulate "
dir="-d --directory " dir="-d --directory "
case "$prev" in case "$prev" in
-@(a|-arch)) -@(a|-arch))