From 2a4ab38e700bf3b0b53f5abdf62d09acc6f2180c Mon Sep 17 00:00:00 2001 From: ThorstenB Date: Wed, 18 Apr 2012 15:44:42 +0200 Subject: [PATCH] Move another string to the language resource. --- src/Main/options.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main/options.cxx b/src/Main/options.cxx index aab130ec7..f40d2a7c0 100644 --- a/src/Main/options.cxx +++ b/src/Main/options.cxx @@ -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; } vectorsection = options->getChildren("section"); -- 2.39.5