Show help if name is blank
This commit is contained in:
parent
aacef5c12a
commit
a9303a9b44
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
_acp_vm_root="$HOME/virt/images"
|
||||
_acp_vm_session=qemu:///session
|
||||
_acp_vm_name=$1
|
||||
_acp_vm_name=${1:---help}
|
||||
|
||||
case "$_acp_vm_name" in
|
||||
"--help" | -*)
|
||||
|
|
Loading…
Reference in a new issue