summaryrefslogtreecommitdiff
path: root/src/commandline.cpp
diff options
context:
space:
mode:
authorjak1 <jak1@themanaworld.org>2023-01-08 21:35:54 +0100
committerjak1 <jak1@themanaworld.org>2023-01-08 23:37:16 +0100
commitdefd76beec6c8345c2099ee602996a19f078f2da (patch)
tree7f29e9d2a7030fa003ffbfa2bb594fd11bd1eb15 /src/commandline.cpp
parentbc745ae9b9f623b53f176a63077e192c4586e8f7 (diff)
downloadplus-defd76beec6c8345c2099ee602996a19f078f2da.tar.gz
plus-defd76beec6c8345c2099ee602996a19f078f2da.tar.bz2
plus-defd76beec6c8345c2099ee602996a19f078f2da.tar.xz
plus-defd76beec6c8345c2099ee602996a19f078f2da.zip
some more renamingrename_and_cleanup
Diffstat (limited to 'src/commandline.cpp')
-rw-r--r--src/commandline.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/commandline.cpp b/src/commandline.cpp
index daa147f2f..f5f30fa4a 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)") <<
+ _("[manaverse-file] : The manaverse file is an XML file "
+ "(.manaverse)") <<
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:") <<
@@ -134,7 +135,7 @@ static void printHelp()
static void printVersion()
{
std::cout <<
- strprintf("ManaPlus client %s", FULL_VERSION) <<
+ strprintf("ManaVerse client %s", FULL_VERSION) <<
std::endl;
}