changeset 50:d4232c89145f

Clarify the help for -v option.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 06 Dec 2019 01:18:32 +0200
parents 2e2c3fe311da
children 9c6654647608
files gldragon.cpp
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/gldragon.cpp	Fri Dec 06 01:12:46 2019 +0200
+++ b/gldragon.cpp	Fri Dec 06 01:18:32 2019 +0200
@@ -473,10 +473,11 @@
             "-w<width>     Window width (default %d)\n"
             "-h<height>    Window height (default %d)\n"
             "-v<0-3>       Set vsync mode: 0 = do not attempt to set vsync mode\n"
-            "              (may be required for Mesa software rendering),\n"
-            "              1 = no vsync, 2 = vsync, 3 = adaptive. Default is 1\n"
-            "              (no vsync). Using vsync will result in FPS being\n"
-            "              approx whatever your monitor refresh rate is.\n"
+            "              (may be required for software rendering backends),\n"
+            "              1 = no vsync, 2 = vsync, 3 = adaptive.\n"
+            "              Using vsync (2) will result in FPS being approximately\n"
+            "              whatever your monitor refresh rate is. The default\n"
+            "              value is 1 (no vsync).\n"
             "\n",
             argv[0],
             SET_DEF_WIDTH, SET_DEF_HEIGHT