From a6ab6f0117d21f938f9fb3ccb6157a203e4f53c9 Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 31 Aug 2001 23:55:58 +0000 Subject: [PATCH] Fixed option help (Tony Peden). --- src/Main/options.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Main/options.cxx b/src/Main/options.cxx index e781d5c08..770fce0a1 100644 --- a/src/Main/options.cxx +++ b/src/Main/options.cxx @@ -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; -- 2.39.5