summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-10-08 04:56:20 +0300
committerAndrei Karas <akaras@inbox.ru>2011-10-08 04:57:23 +0300
commit8a7cd8a624679323e74f6244c4d52a75d001069b (patch)
treebf17cbebbde2a7f72f7fa73688861d7ebe439b4a /src/main.cpp
parent78af28b2ddf171580234d36f0b18c543cd2eef2e (diff)
downloadplus-8a7cd8a624679323e74f6244c4d52a75d001069b.tar.gz
plus-8a7cd8a624679323e74f6244c4d52a75d001069b.tar.bz2
plus-8a7cd8a624679323e74f6244c4d52a75d001069b.tar.xz
plus-8a7cd8a624679323e74f6244c4d52a75d001069b.zip
Fix typos in man file and in build in help.
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 5c13b10ec..5a1c1a9be 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -44,10 +44,10 @@ static void printHelp()
using std::endl;
std::cout
- << _("manaplus [options] [mana-file]") << endl << endl
- << _("[mana-file] : The mana file is an XML file (.mana)") << endl
- << _(" used to set custom parameters") << endl
- << _(" to the manaplus client.")
+ << _("manaplus [options] [manaplus-file]") << endl << endl
+ << _("[manaplus-file] : The mana file is an XML file (.manaplus)") << endl
+ << _(" used to set custom parameters") << endl
+ << _(" to the manaplus client.")
<< endl << endl
<< _("Options:") << endl
<< _(" -l --log-file : Log file to use") << endl