tweak
git-svn-id: http://emdebian.org/svn/current@7158 563faec7-e20c-0410-992a-a66f704d0ccd
This commit is contained in:
parent
2214a82ac2
commit
b6bb7c0a08
1 changed files with 3 additions and 3 deletions
|
@ -29,9 +29,9 @@ _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))
|
||||||
COMPREPLY=( $( _get_dpkg_cross_list $cur ) )
|
COMPREPLY=( $( _get_dpkg_cross_list $cur ) )
|
||||||
|
|
Loading…
Reference in a new issue