Skip to content

Commit

Permalink
Improve help message
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Dec 9, 2024
1 parent 97b2080 commit b608c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/reactor_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>\n");
Expand Down

0 comments on commit b608c48

Please sign in to comment.