1
0
mirror of synced 2026-04-15 23:51:03 +00:00

2005-12-25 15:29:14 by steve

Add completion to the commandline for --passwd.
This commit is contained in:
steve
2005-12-25 15:29:14 +00:00
parent 2c6c794bb5
commit f747a4afd5

View File

@@ -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