]> git.mxchange.org Git - flightgear.git/commitdiff
Move another string to the language resource.
authorThorstenB <brehmt@gmail.com>
Wed, 18 Apr 2012 13:44:42 +0000 (15:44 +0200)
committerThorstenB <brehmt@gmail.com>
Wed, 18 Apr 2012 13:44:42 +0000 (15:44 +0200)
src/Main/options.cxx

index aab130ec7c64059d23b972dfa5fb14fb9f44bd87..f40d2a7c0257dd2abe13df3ec68d790fc687bb17 100644 (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");