From a70adb25686b98771aa1cbf23e0df38e79e95e73 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Tue, 19 Dec 2017 15:40:52 +1100 Subject: [PATCH] [client] correct help text for new -o argument --- client/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/main.c b/client/main.c index 200f5f32..c2714f01 100644 --- a/client/main.c +++ b/client/main.c @@ -977,7 +977,7 @@ void doHelp(char * app) "\n" " -k Enable FPS display\n" " -g NAME Force the use of a specific renderer\n" - " -o FLAG Specify a renderer option (ie: opengl:vsync=0)\n" + " -o OPTION Specify a renderer option (ie: opengl:vsync=0)\n" " Alternatively specify \"list\" to list all renderers and their options\n" "\n" " -a Auto resize the window to the guest\n"