summaryrefslogtreecommitdiff
path: root/src/commandline.cpp
diff options
context:
space:
mode:
authorjak1 <jak1@themanaworld.org>2024-02-16 14:50:14 -0300
committerJesusaves <cpntb1@ymail.com>2024-02-18 00:31:12 -0300
commitd36cb0eb4b7bba79b2b654c0e5f91f16726bdc68 (patch)
treed4279a38b763cefd033cfbf4d1ec2ff13c5e5dd2 /src/commandline.cpp
parent775392e472933be8d1d76619894efc0671f0c02d (diff)
downloadmv-jesusalva/renameprog.tar.gz
mv-jesusalva/renameprog.tar.bz2
mv-jesusalva/renameprog.tar.xz
mv-jesusalva/renameprog.zip
Rename the program from ManaPlus to ManaVerse.jesusalva/renameprog
Diffstat (limited to 'src/commandline.cpp')
-rw-r--r--src/commandline.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/commandline.cpp b/src/commandline.cpp
index 982078635..951f2c655 100644
--- a/src/commandline.cpp
+++ b/src/commandline.cpp
@@ -42,16 +42,17 @@ static void printHelp()
{
std::cout <<
// TRANSLATORS: command line help
- _("manaplus [options] [manaplus-file]") <<
+ _("manaverse [options] [manaverse-file]") <<
std::endl << std::endl <<
// TRANSLATORS: command line help
- _("[manaplus-file] : The manaplus file is an XML file (.manaplus)") <<
+ _("[mana-file] : The mana file is an XML file "
+ "(.mana)") <<
std::endl <<
// TRANSLATORS: command line help
_(" used to set custom parameters") <<
std::endl <<
// TRANSLATORS: command line help
- _(" to the manaplus client.") <<
+ _(" to the manaverse client.") <<
std::endl << std::endl <<
// TRANSLATORS: command line help
_("Options:") <<