From 83352d210653489cb2e07da819d9b79e8faf1a8b Mon Sep 17 00:00:00 2001 From: steve Date: Tue, 23 May 2006 14:22:10 +0000 Subject: [PATCH] 2006-05-23 14:22:10 by steve Added TAB completion to the --ide argument of xen-create-image. --- misc/xen-tools | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/xen-tools b/misc/xen-tools index b525808..83f44f3 100644 --- a/misc/xen-tools +++ b/misc/xen-tools @@ -20,7 +20,7 @@ # -- # http://www.steve.org.uk # -# $Id: xen-tools,v 1.22 2006-05-23 12:36:46 steve Exp $ +# $Id: xen-tools,v 1.23 2006-05-23 14:22:10 steve Exp $ # @@ -38,7 +38,7 @@ _xen_create_image() COMPREPLY=() cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]} - opts='--broadcast --boot --debug --debootstrap --dhcp --dir --dist --force --fs --gateway --help --hostname --ip --initrd --kernel --manual --memory --mirror --passwd --role --rpmstrap --size --swap --volume --version' + opts='--broadcast --boot --debug --debootstrap --dhcp --dir --dist --force --fs --gateway --help --hostname --ide --ip --initrd --kernel --manual --memory --mirror --passwd --role --rpmstrap --size --swap --volume --version' #