From 7c4e645fa0854dcae1f2923cee0d180df2474ca3 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Mon, 25 Mar 2024 11:41:40 +0100 Subject: [PATCH] qemush : modification de l'ordre des options dans le message d'aide --- bin/qemush | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 }