From 48fa23fa42d568484ffad6e610710a1bf179dd6b Mon Sep 17 00:00:00 2001 From: steve Date: Wed, 21 Dec 2005 20:41:41 +0000 Subject: [PATCH] 2005-12-21 20:41:41 by steve Allow completion of --debootstrap option. --- misc/xen-tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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