diff options
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 |