docs(quickemu): clarify that 'viewer' refers to the SPICE viewer

This commit is contained in:
Lorenzo Villani 2025-10-18 14:10:05 +02:00
parent 49633ed11b
commit 40dea5547e
2 changed files with 3 additions and 3 deletions

View File

@ -75,7 +75,7 @@ You can also pass optional parameters
: Do not commit any changes to disk/snapshot.
**--viewer \<viewer\>**
: Choose an alternative viewer. @Options: 'spicy' (default),
: Choose an alternative SPICE viewer. @Options: 'spicy' (default),
'remote-viewer', 'none'
**--width \<width\>**
@ -784,7 +784,7 @@ Arguments
--snapshot delete <tag> : Delete a snapshot.
--snapshot info : Show disk/snapshot info.
--status-quo : Do not commit any changes to disk/snapshot.
--viewer <viewer> : Choose an alternative viewer. @Options: 'spicy' (default), 'remote-viewer', 'none'
--viewer <viewer> : Choose an alternative SPICE viewer. @Options: 'spicy' (default), 'remote-viewer', 'none'
--width <width> : Set VM screen width; requires '--height'
--height <height> : Set VM screen height; requires '--width'
--ssh-port <port> : Set SSH port manually

View File

@ -2307,7 +2307,7 @@ function usage() {
echo " --snapshot delete <tag> : Delete a snapshot."
echo " --snapshot info : Show disk/snapshot info."
echo " --status-quo : Do not commit any changes to disk/snapshot."
echo " --viewer <viewer> : Choose an alternative viewer. @Options: 'spicy' (default), 'remote-viewer', 'none'"
echo " --viewer <viewer> : Choose an alternative SPICE viewer. @Options: 'spicy' (default), 'remote-viewer', 'none'"
echo " --width <width> : Set VM screen width; requires '--height'"
echo " --height <height> : Set VM screen height; requires '--width'"
echo " --ssh-port <port> : Set SSH port manually"