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"