1
0
Fork 0

Move another string to the language resource.

This commit is contained in:
ThorstenB 2012-04-18 15:44:42 +02:00
parent 201d9d7852
commit 2a4ab38e70

View file

@ -2093,7 +2093,7 @@ void Options::showUsage() const
SGPropertyNode *usage = locale->getNode(options->getStringValue("usage"));
if (usage) {
cout << "Usage: " << usage->getStringValue() << endl;
cout << usage->getStringValue() << endl;
}
vector<SGPropertyNode_ptr>section = options->getChildren("section");