]> git.mxchange.org Git - flightgear.git/commitdiff
Fixed option help (Tony Peden).
authorcurt <curt>
Fri, 31 Aug 2001 23:55:58 +0000 (23:55 +0000)
committercurt <curt>
Fri, 31 Aug 2001 23:55:58 +0000 (23:55 +0000)
src/Main/options.cxx

index e781d5c08c8f99c0c06d4b44cb247a09620ee1e1..770fce0a16180d3066d18efb8699185e09c11661 100644 (file)
@@ -1123,8 +1123,8 @@ fgUsage ()
     cout << "\t--wBody=feet per second:  velocity along the body Z axis"
         << endl;
     cout << "\t\t(unless --units-meters specified" << endl;
-    cout << "\t--vc= initial airspeed in knots (--fdm=jsb only)" << endl;
-    cout << "\t--mach= initial mach number (--fdm=jsb only)" << endl;
+    cout << "\t--vc= initial airspeed in knots" << endl;
+    cout << "\t--mach= initial mach number" << endl;
     cout << endl;
 
     cout << "Rendering Options:" << endl;