From a9dbf27f0dc1035c6504d50cebe604374eedde5b Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 5 Dec 2022 11:44:53 +0000 Subject: [PATCH] Fix virtinst --- roles/home-cli/files/profile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/roles/home-cli/files/profile b/roles/home-cli/files/profile index 9d67538..1d3fae4 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -379,12 +379,11 @@ virtinst () { case "$1" in --help) - echo "Usage: virtinst --cdrom /path/to/cdrom.iso vmname" >&2 - echo " virtinst --pxe vmname" >&2 - echo " virtinst --import vmname" >&2 + echo "Usage: virtinst vmname" >&2 return ;; *) + _acp_vm_name=$1 ;; esac