Skip to content

Commit b608c48

Browse files
committed
Improve help message
1 parent 97b2080 commit b608c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/reactor_common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ void usage(int argc, const char* argv[]) {
889889
printf(" The logical start time of the program, expressed as a duration since the epoch of the underlying system "
890890
"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 in 2 minutes 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)