diff --git a/bin/qemush b/bin/qemush index ae386e5..031f396 100755 --- a/bin/qemush +++ b/bin/qemush @@ -40,7 +40,7 @@ public_help() { ${name}: usage: ${name} running - (default behaviour) list running VMs ${name} start - start a VM - ${name} watch - attach VM screen session + ${name} attach - attach to the VM monitor socket ${name} ls - list available VMs ${name} edit - edit VM launching script ${name} rm - delete launch script @@ -76,7 +76,7 @@ public_start() { # Attach to a running virtual machine output, the latest opened if no # argument is provided -public_watch() { +public_attach() { QEMUSH_NAME="$1" shift