diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-10-08 19:29:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-10-08 19:29:10 +0300 |
commit | 2d449d99cc4b42faf246bd24a87ec76da1363e41 (patch) | |
tree | 4942338530f72eb95d8b5ef311a1838c975d0f65 /src/main.cpp | |
parent | fe5fef730b92f2c1db3f2e7cf8cc2465ee99edec (diff) | |
download | plus-2d449d99cc4b42faf246bd24a87ec76da1363e41.tar.gz plus-2d449d99cc4b42faf246bd24a87ec76da1363e41.tar.bz2 plus-2d449d99cc4b42faf246bd24a87ec76da1363e41.tar.xz plus-2d449d99cc4b42faf246bd24a87ec76da1363e41.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 5a1c1a9be..816409ad0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -45,7 +45,8 @@ static void printHelp() std::cout << _("manaplus [options] [manaplus-file]") << endl << endl - << _("[manaplus-file] : The mana file is an XML file (.manaplus)") << endl + << _("[manaplus-file] : The mana file is an XML file (.manaplus)") + << endl << _(" used to set custom parameters") << endl << _(" to the manaplus client.") << endl << endl |