diff options
author | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_fr> | 2010-05-29 21:13:59 +0200 |
---|---|---|
committer | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_fr> | 2010-05-29 21:13:59 +0200 |
commit | 34e7725106500af8f4ed4f148e60005b9738c04a (patch) | |
tree | 169e4604a5df67e31e93a718d1559aa748e5bed9 /src/main.cpp | |
parent | 5b08d350f10b7ba1be2b966af68017b64d4bbcd0 (diff) | |
download | mana-34e7725106500af8f4ed4f148e60005b9738c04a.tar.gz mana-34e7725106500af8f4ed4f148e60005b9738c04a.tar.bz2 mana-34e7725106500af8f4ed4f148e60005b9738c04a.tar.xz mana-34e7725106500af8f4ed4f148e60005b9738c04a.zip |
Precised the use of the [mana-file] in --help.
Reviewed-by: Thorbjorn.
Resolves: Manasource Mantis #136.
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 404a1989..0dd00f56 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -41,6 +41,10 @@ static void printHelp() std::cout << _("mana [options] [mana-file]") << endl << endl + << _("[mana-file] : The mana file is an XML file (.mana)") << endl + << _(" used to set custom parameters") << endl + << _(" to the mana client.") + << endl << endl << _("Options:") << endl << _(" -v --version : Display the version") << endl << _(" -h --help : Display this help") << endl |