mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Order the usage
This commit is contained in:
parent
acf6ef32fa
commit
d052d913f9
2 changed files with 6 additions and 4 deletions
|
@ -460,14 +460,16 @@ Usage
|
|||
You can also pass optional parameters
|
||||
--delete : Delete the disk image.
|
||||
--display : Select display backend. 'sdl' (default), 'gtk' or 'spice'
|
||||
--fullscreen : Starts VM in full screen mode (Ctl+Alt+f to exit)
|
||||
--ignore-msrs-always : Configure KVM to always ignore unhandle machine-specific registers
|
||||
--screen <screen> : Use specified screen to determine the window size.
|
||||
--shortcut : Create a desktop shortcut
|
||||
--snapshot apply <tag> : Apply/restore a snapshot.
|
||||
--snapshot create <tag> : Create a snapshot.
|
||||
--snapshot delete <tag> : Delete a snapshot.
|
||||
--snapshot info : Show disk/snapshot info.
|
||||
--status-quo : Do not commit any changes to disk/snapshot.
|
||||
--fullscreen : Starts VM in full screen mode (Ctl+Alt+f to exit)"
|
||||
--screen <screen> : Use specified screen to determine the window size.
|
||||
--version : Print version
|
||||
```
|
||||
|
||||
## Desktop shortcuts
|
||||
|
|
4
quickemu
4
quickemu
|
@ -873,15 +873,15 @@ function usage() {
|
|||
echo "You can also pass optional parameters"
|
||||
echo " --delete : Delete the disk image."
|
||||
echo " --display : Select display backend. 'sdl' (default), 'gtk' or 'spice'"
|
||||
echo " --fullscreen : Starts VM in full screen mode (Ctl+Alt+f to exit)"
|
||||
echo " --ignore-msrs-always : Configure KVM to always ignore unhandle machine-specific registers"
|
||||
echo " --screen <screen> : Use specified screen to determine the window size."
|
||||
echo " --shortcut : Create a desktop shortcut"
|
||||
echo " --snapshot apply <tag> : Apply/restore a snapshot."
|
||||
echo " --snapshot create <tag> : Create a snapshot."
|
||||
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 " --fullscreen : Starts VM in full screen mode (Ctl+Alt+f to exit)"
|
||||
echo " --screen <screen> : Use specified screen to determine the window size."
|
||||
echo " --version : Print version"
|
||||
exit 1
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue