From 2c7e7a0a0bc03bff8aea1b720b9e86af25b1b9db Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Tue, 28 Nov 2017 19:52:59 +1100 Subject: [PATCH] [client] made help for new resize option clearer --- client/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/main.c b/client/main.c index 6b048677..40f2f7f6 100644 --- a/client/main.c +++ b/client/main.c @@ -796,7 +796,7 @@ void doHelp(char * app) " -m Disable mipmapping\n" "\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" " -d Borderless mode\n" " -x XPOS Initial window X position [current: %s]\n"