Skip to content

Commit ad9eccb

Browse files
committed
Help
1 parent b608c48 commit ad9eccb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

core/reactor_common.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -885,11 +885,11 @@ void usage(int argc, const char* argv[]) {
885885
printf(" Executed in <n> threads if possible (optional feature).\n\n");
886886
printf(" -i, --id <n>\n");
887887
printf(" The ID of the federation that this reactor will join.\n\n");
888-
printf(" -s, --start-time <duration> <units> \n");
889-
printf(" The logical start time of the program, expressed as a duration since the epoch of the underlying system "
890-
"clock.\n");
888+
printf(" -s, --start-time <time-point> <units> \n");
889+
printf(" The logical start time of the program, expressed as an absolute time point\n");
890+
printf(" which is the duration since the epoch of the underlying system clock.\n");
891891
printf(" The units are nsec, usec, msec, sec, minute, hour, day, week or the plurals of those.\n");
892-
printf(" On linux, to compute a start time of 2 minutes into the future, expressed in seconds you can do:.\n");
892+
printf(" On linux, to compute a start time of 2 minutes into the future, expressed in seconds, you can do:.\n");
893893
printf(" `date -d \"2 minutes\" +%%s`.\n\n");
894894
#ifdef FEDERATED
895895
printf(" -r, --rti <n>\n");

0 commit comments

Comments
 (0)