From 4e334bcc5cec203f1d0d434226d3d9b7d262d867 Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 14 Feb 2002 03:57:22 +0000 Subject: [PATCH] Fixed description of the --time-offset option. --- man/fgfs.1.in | 3 +-- src/Main/options.cxx | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/man/fgfs.1.in b/man/fgfs.1.in index 2c39f186e..65ac5291b 100644 --- a/man/fgfs.1.in +++ b/man/fgfs.1.in @@ -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. diff --git a/src/Main/options.cxx b/src/Main/options.cxx index 8302a331d..e85e8a386 100644 --- a/src/Main/options.cxx +++ b/src/Main/options.cxx @@ -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 -- 2.39.2