diff --git a/core/reactor_common.c b/core/reactor_common.c index 55fc3772d..6324d7560 100644 --- a/core/reactor_common.c +++ b/core/reactor_common.c @@ -889,7 +889,7 @@ void usage(int argc, const char* argv[]) { printf(" The logical start time of the program, expressed as a duration since the epoch of the underlying system " "clock.\n"); printf(" The units are nsec, usec, msec, sec, minute, hour, day, week or the plurals of those.\n"); - printf(" On linux, to compute a start time in 2 minutes you can do:.\n"); + printf(" On linux, to compute a start time of 2 minutes into the future, expressed in seconds you can do:.\n"); printf(" `date -d \"2 minutes\" +%%s`.\n\n"); #ifdef FEDERATED printf(" -r, --rti \n");