[client] fix typo in help text

This commit is contained in:
Geoffrey McRae 2017-12-17 22:45:26 +11:00
parent 424dc8bb13
commit 065b8c1eab

View File

@ -951,7 +951,7 @@ void doHelp(char * app)
"\n" "\n"
" -k Enable FPS display\n" " -k Enable FPS display\n"
" -o FLAG Specify a renderer option (ie: opengl:vsync=0)\n" " -o FLAG Specify a renderer option (ie: opengl:vsync=0)\n"
" Alternatively specify \"list\" to list all renderer's and options\n" " Alternatively specify \"list\" to list all renderers and their options\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 be manually resized\n" " -n Don't allow the window to be manually resized\n"