diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-01-05 23:24:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-01-05 23:24:57 +0300 |
commit | 78ee4491892b8fae778b913a0b8db52b9876dabe (patch) | |
tree | 36aff4faa6fa229313483cedd30676c5eb37b349 /src/main.cpp | |
parent | bfa7b90207d3671c6e98129be9ce82b1fbe5b419 (diff) | |
download | plus-78ee4491892b8fae778b913a0b8db52b9876dabe.tar.gz plus-78ee4491892b8fae778b913a0b8db52b9876dabe.tar.bz2 plus-78ee4491892b8fae778b913a0b8db52b9876dabe.tar.xz plus-78ee4491892b8fae778b913a0b8db52b9876dabe.zip |
Fix code style.
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 5507cce7e..f704d68c7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -71,7 +71,8 @@ static void printHelp() " directory") << endl << _(" --screenshot-dir : Directory to store screenshots") << endl << _(" --safemode : Start game in safe mode") << endl - << _(" -T --tests : Start testing drivers and auto configuring") << endl + << _(" -T --tests : Start testing drivers and " + "auto configuring") << endl #ifdef USE_OPENGL << _(" --no-opengl : Disable OpenGL for this session") << endl #endif |