Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
commit
fb2d46ee79
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ _acp_vm_root="$HOME/virt/images"
|
|||
_acp_vm_session=qemu:///session
|
||||
_acp_vm_name=${1:---help}
|
||||
|
||||
case "$_acp_vm_name" in
|
||||
case "${_acp_vm_name:---help}" in
|
||||
"--help" | -*)
|
||||
echo "Usage: virtinst vmname --cdrom install.iso [other virt-install options]" >&2
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue