diff --git a/misc/xen-tools b/misc/xen-tools index 31ea77a..f96bcfc 100644 --- a/misc/xen-tools +++ b/misc/xen-tools @@ -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