summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 247cda3d..56019976 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -58,8 +58,9 @@ static void printHelp()
<< _(" -L --localdata-dir : Directory to use as local data directory") << endl
<< _(" --screenshot-dir : Directory to store screenshots") << endl
#ifdef USE_OPENGL
- << _(" --no-opengl : Disable OpenGL for this session") << endl;
+ << _(" --no-opengl : Disable OpenGL for this session") << endl
#endif
+ ;
}
static void printVersion()