From 7fbc153a2b6226501aa935d3b62329141a070b6d Mon Sep 17 00:00:00 2001 From: Ahurac Date: Thu, 25 Jan 2024 14:42:59 +0100 Subject: [PATCH] qemush : commande attach -> watch --- bin/qemush | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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