diff options
author | jak1 <jak1@themanaworld.org> | 2024-02-16 14:50:14 -0300 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2025-03-01 00:53:09 +0100 |
commit | 5623d2ca02a0f67f7158b4d4a2473e27d730b4cf (patch) | |
tree | 70eaa57b45bc9d187d73b1cfa681e40637932533 /src/commandline.cpp | |
parent | 860f95f125e5bf9acf9ac3bf7015aa500d1e1e73 (diff) | |
download | manaplus-5623d2ca02a0f67f7158b4d4a2473e27d730b4cf.tar.gz manaplus-5623d2ca02a0f67f7158b4d4a2473e27d730b4cf.tar.bz2 manaplus-5623d2ca02a0f67f7158b4d4a2473e27d730b4cf.tar.xz manaplus-5623d2ca02a0f67f7158b4d4a2473e27d730b4cf.zip |
Rename the program from ManaPlus to ManaVerse.
Diffstat (limited to 'src/commandline.cpp')
-rw-r--r-- | src/commandline.cpp | 7 |
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:") << |