Skip to content

Commit

Permalink
fix: correct incorrect use of apostrophe in help
Browse files Browse the repository at this point in the history
  • Loading branch information
philclifford authored and flexiondotorg committed May 13, 2024
1 parent 26a904f commit 116c35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickemu
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,7 @@ function usage() {
echo " --access : Enable remote spice access support. 'local' (default), 'remote', 'clientipaddress'"
echo " --braille : Enable braille support. Requires SDL."
echo " --delete-disk : Delete the disk image and EFI variables"
echo " --delete-vm : Delete the entire VM and it's configuration"
echo " --delete-vm : Delete the entire VM and its configuration"
echo " --display : Select display backend. 'sdl' (default), 'gtk', 'none', 'spice' or 'spice-app'"
echo " --fullscreen : Starts VM in full screen mode (Ctl+Alt+f to exit)"
echo " --ignore-msrs-always : Configure KVM to always ignore unhandled machine-specific registers"
Expand Down

0 comments on commit 116c35a

Please sign in to comment.