Fix virtinst

This commit is contained in:
Anthony Rose 2022-12-05 11:44:53 +00:00
parent 667de756a8
commit a9dbf27f0d

View file

@ -379,12 +379,11 @@ virtinst () {
case "$1" in case "$1" in
--help) --help)
echo "Usage: virtinst --cdrom /path/to/cdrom.iso vmname" >&2 echo "Usage: virtinst vmname" >&2
echo " virtinst --pxe vmname" >&2
echo " virtinst --import vmname" >&2
return return
;; ;;
*) *)
_acp_vm_name=$1
;; ;;
esac esac