Skip to content

Commit

Permalink
Help
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Dec 9, 2024
1 parent b608c48 commit ad9eccb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/reactor_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -885,11 +885,11 @@ void usage(int argc, const char* argv[]) {
printf(" Executed in <n> threads if possible (optional feature).\n\n");
printf(" -i, --id <n>\n");
printf(" The ID of the federation that this reactor will join.\n\n");
printf(" -s, --start-time <duration> <units> \n");
printf(" The logical start time of the program, expressed as a duration since the epoch of the underlying system "
"clock.\n");
printf(" -s, --start-time <time-point> <units> \n");
printf(" The logical start time of the program, expressed as an absolute time point\n");
printf(" which is the 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 of 2 minutes into the future, expressed in seconds 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>\n");
Expand Down

0 comments on commit ad9eccb

Please sign in to comment.