2005-12-25 15:29:14 by steve
Add completion to the commandline for --passwd.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user