diff --git a/bin/qemush b/bin/qemush index 7e0bff3..637f631 100755 --- a/bin/qemush +++ b/bin/qemush @@ -27,19 +27,19 @@ public_help() { exec cat << EOF ${name}: usage: ${name} running - (default behaviour) list running VMs + ${name} ls - list available VMs + ${name} add [] - add a launching script + ${name} edit - edit VM launching script ${name} start - start a VM ${name} attach - attach to the VM monitor socket - ${name} ls - list available VMs - ${name} edit - edit VM launching script ${name} rm - delete launch script ${name} diskls - list available disk images ${name} diskadd - create a disk image ${name} diskrm - delete disk image ${name} shell - start a shell as user qemu - ${name} help - show this help - ${name} add [] - add a launching script - ${name} do - run shell input as user qemu + ${name} do - run shell input as user qemu ${name} spice [] - expose a SPICE socket to TCP + ${name} help - show this help EOF }