docs(quickemu): clarify that 'viewer' refers to the SPICE viewer
This commit is contained in:
parent
49633ed11b
commit
40dea5547e
|
|
@ -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
|
||||
|
|
|
|||
2
quickemu
2
quickemu
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue