Fixed option help (Tony Peden).
This commit is contained in:
parent
8ac2dfc471
commit
a6ab6f0117
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue