1
0
mirror of synced 2026-04-14 23:37:56 +00:00

2006-08-19 13:40:58 by steve

Bash completion for the --mac argument.
This commit is contained in:
steve
2006-08-19 13:40:58 +00:00
parent 0110af1aae
commit 52d45342ef

View File

@@ -18,7 +18,7 @@
# --
# http://www.steve.org.uk
#
# $Id: xen-tools,v 1.33 2006-08-15 18:43:37 steve Exp $
# $Id: xen-tools,v 1.34 2006-08-19 13:40:58 steve Exp $
#
@@ -53,7 +53,7 @@ _xen_create_image()
COMPREPLY=()
cur=${COMP_WORDS[COMP_CWORD]}
prev=${COMP_WORDS[COMP_CWORD-1]}
opts='--accounts --broadcast --boot --cache --debootstrap --dhcp --dir --dist --force --fs --gateway --help --hostname --ide --image --initrd --ip --kernel --lvm --manual --memory --mirror --noswap --p2p --passwd --role --rpmstrap --size --swap --version --verbose'
opts='--accounts --broadcast --boot --cache --debootstrap --dhcp --dir --dist --force --fs --gateway --help --hostname --ide --image --initrd --ip --kernel --lvm --mac --manual --memory --mirror --noswap --p2p --passwd --role --rpmstrap --size --swap --version --verbose'
#