mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-10 14:23:57 +00:00
[client] made help for new resize option clearer
This commit is contained in:
parent
a3572b2188
commit
2c7e7a0a0b
1 changed files with 1 additions and 1 deletions
|
@ -796,7 +796,7 @@ void doHelp(char * app)
|
||||||
" -m Disable mipmapping\n"
|
" -m Disable mipmapping\n"
|
||||||
"\n"
|
"\n"
|
||||||
" -a Auto resize the window to the guest\n"
|
" -a Auto resize the window to the guest\n"
|
||||||
" -n Don't allow the window to resize\n"
|
" -n Don't allow the window to be manually resized\n"
|
||||||
" -r Don't maintain the aspect ratio\n"
|
" -r Don't maintain the aspect ratio\n"
|
||||||
" -d Borderless mode\n"
|
" -d Borderless mode\n"
|
||||||
" -x XPOS Initial window X position [current: %s]\n"
|
" -x XPOS Initial window X position [current: %s]\n"
|
||||||
|
|
Loading…
Reference in a new issue