diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-10-08 04:56:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-10-08 04:57:23 +0300 |
commit | 8a7cd8a624679323e74f6244c4d52a75d001069b (patch) | |
tree | bf17cbebbde2a7f72f7fa73688861d7ebe439b4a /src | |
parent | 78af28b2ddf171580234d36f0b18c543cd2eef2e (diff) | |
download | plus-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')
-rw-r--r-- | src/main.cpp | 8 |
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 |