]> git.mxchange.org Git - flightgear.git/commitdiff
Fixed description of the --time-offset option.
authorcurt <curt>
Thu, 14 Feb 2002 03:57:22 +0000 (03:57 +0000)
committercurt <curt>
Thu, 14 Feb 2002 03:57:22 +0000 (03:57 +0000)
man/fgfs.1.in
src/Main/options.cxx

index 2c39f186ef11c1ba9f1c7921fb183bc217796771..65ac5291b53a1fe278ee29801db4733cc6368930 100644 (file)
@@ -314,8 +314,7 @@ Synchronize time with local real-world time.
 Synchronize time with the real-world time.
 .TP
 .BI "--time-offset=" "[+-]hh:mm:ss"
-Specify a time offset with respect to the current time.  May be used in
-conjunction with other --time-* options.
+Specify a time offset with respect to the current time.
 .TP
 .BI "--trace-read=" "property"
 Trace the reads for a property.  Multiple instances allowed.
index 8302a331d7b9ffa3021d1706b411a340440f4600..e85e8a3864ce53809980038f2d1fb0e75cb77d44 100644 (file)
@@ -1218,8 +1218,7 @@ fgUsage ()
          << endl
        
          << "Time Options:" << endl
-         << "    --time-offset=[+-]hh:mm:ss    Add this time offset; can be use in" << endl
-         << "                                  combination with other time options" << endl
+         << "    --time-offset=[+-]hh:mm:ss    Add this time offset" << endl
          << "    --time-match-real             Synchronize time with real-world time" << endl
          << "    --time-match-local            Synchronize time with local real-world time" << endl
          << "    --start-date-sys=yyyy:mm:dd:hh:mm:ss" << endl