diff --git a/misc/xen-tools b/misc/xen-tools index 2a932e9..a2438c2 100644 --- a/misc/xen-tools +++ b/misc/xen-tools @@ -20,7 +20,7 @@ # -- # http://www.steve.org.uk # -# $Id: xen-tools,v 1.11 2005-12-24 03:15:13 steve Exp $ +# $Id: xen-tools,v 1.12 2005-12-25 15:29:14 steve Exp $ # @@ -66,7 +66,7 @@ _xen-create-image() _expand || return 0 # complete using basic options - COMPREPLY=( $( compgen -W '--broadcast --boot --debug --debootstrap --dhcp --dir --dist --fs --gateway --help --hostname --ip --manual --memory --mirror --size --swap --version' -- $cur ) ) + COMPREPLY=( $( compgen -W '--broadcast --boot --debug --debootstrap --dhcp --dir --dist --fs --gateway --help --hostname --ip --manual --memory --mirror --passwd --size --swap --version' -- $cur ) ) COMPREPLY=( $( echo "${COMP_WORDS[@]}" | \ (while read -d ' ' i; do