From 40dea5547e4811be12138e1643e0ebb252d0ebd6 Mon Sep 17 00:00:00 2001 From: Lorenzo Villani Date: Sat, 18 Oct 2025 14:10:05 +0200 Subject: [PATCH] docs(quickemu): clarify that 'viewer' refers to the SPICE viewer --- docs/quickemu.1.md | 4 ++-- quickemu | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/quickemu.1.md b/docs/quickemu.1.md index f8823e5..ab89b48 100644 --- a/docs/quickemu.1.md +++ b/docs/quickemu.1.md @@ -75,7 +75,7 @@ You can also pass optional parameters : Do not commit any changes to disk/snapshot. **--viewer \** -: Choose an alternative viewer. @Options: 'spicy' (default), +: Choose an alternative SPICE viewer. @Options: 'spicy' (default), 'remote-viewer', 'none' **--width \** @@ -784,7 +784,7 @@ Arguments --snapshot delete : Delete a snapshot. --snapshot info : Show disk/snapshot info. --status-quo : Do not commit any changes to disk/snapshot. - --viewer : Choose an alternative viewer. @Options: 'spicy' (default), 'remote-viewer', 'none' + --viewer : Choose an alternative SPICE viewer. @Options: 'spicy' (default), 'remote-viewer', 'none' --width : Set VM screen width; requires '--height' --height : Set VM screen height; requires '--width' --ssh-port : Set SSH port manually diff --git a/quickemu b/quickemu index 9b65359..ee66a3a 100755 --- a/quickemu +++ b/quickemu @@ -2307,7 +2307,7 @@ function usage() { echo " --snapshot delete : Delete a snapshot." echo " --snapshot info : Show disk/snapshot info." echo " --status-quo : Do not commit any changes to disk/snapshot." - echo " --viewer : Choose an alternative viewer. @Options: 'spicy' (default), 'remote-viewer', 'none'" + echo " --viewer : Choose an alternative SPICE viewer. @Options: 'spicy' (default), 'remote-viewer', 'none'" echo " --width : Set VM screen width; requires '--height'" echo " --height : Set VM screen height; requires '--width'" echo " --ssh-port : Set SSH port manually"