summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_fr>2010-05-29 21:13:59 +0200
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_fr>2010-05-29 21:13:59 +0200
commit34e7725106500af8f4ed4f148e60005b9738c04a (patch)
tree169e4604a5df67e31e93a718d1559aa748e5bed9
parent5b08d350f10b7ba1be2b966af68017b64d4bbcd0 (diff)
downloadmana-client-34e7725106500af8f4ed4f148e60005b9738c04a.tar.gz
mana-client-34e7725106500af8f4ed4f148e60005b9738c04a.tar.bz2
mana-client-34e7725106500af8f4ed4f148e60005b9738c04a.tar.xz
mana-client-34e7725106500af8f4ed4f148e60005b9738c04a.zip
Precised the use of the [mana-file] in --help.
Reviewed-by: Thorbjorn. Resolves: Manasource Mantis #136.
-rw-r--r--src/main.cpp4
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