1
0
mirror of synced 2026-02-01 05:52:01 +00:00

2005-12-21 20:41:41 by steve

Allow completion of --debootstrap option.
This commit is contained in:
steve
2005-12-21 20:41:41 +00:00
parent 3eebbdefb2
commit 48fa23fa42

View File

@@ -42,7 +42,7 @@ _xen-create-image()
_expand || return 0
# complete using basic options
COMPREPLY=( $( compgen -W '--broadcast --boot --debug --dhcp --dir --dist --fs --gateway --help --hostname --ip --manual --memory --network --netmask --mirror --size --swap --version' -- $cur ) )
COMPREPLY=( $( compgen -W '--broadcast --boot --debug --debootstrap --dhcp --dir --dist --fs --gateway --help --hostname --ip --manual --memory --network --netmask --mirror --size --swap --version' -- $cur ) )
COMPREPLY=( $( echo "${COMP_WORDS[@]}" | \
(while read -d ' ' i; do