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 | |
parent | 78af28b2ddf171580234d36f0b18c543cd2eef2e (diff) | |
download | mv-8a7cd8a624679323e74f6244c4d52a75d001069b.tar.gz mv-8a7cd8a624679323e74f6244c4d52a75d001069b.tar.bz2 mv-8a7cd8a624679323e74f6244c4d52a75d001069b.tar.xz mv-8a7cd8a624679323e74f6244c4d52a75d001069b.zip |
Fix typos in man file and in build in help.
-rw-r--r-- | docs/manaplus.6 | 4 | ||||
-rw-r--r-- | src/main.cpp | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/manaplus.6 b/docs/manaplus.6 index dbde16d49..3ae55c1c1 100644 --- a/docs/manaplus.6 +++ b/docs/manaplus.6 @@ -1,6 +1,6 @@ .TH "ManaPlus" "6" .SH "NAME" -mana \- ManaPlus: A 2D MMORPG client +manaplus \- ManaPlus: A 2D MMORPG client .SH "SYNOPSIS" \fBmanaplus\fR .SH "DESCRIPTION" @@ -57,7 +57,7 @@ Skip the update process. .B \-d, \-\-data Directory to load game data from. .TP -.B \-L, \-\-local\-data\-dir +.B \-L, \-\-localdata\-dir Directory to use as local data directory. .TP .B \-\-screenshot\-dir 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 |