Skip to content

Commit 27fd6bd

Browse files
committed
Typo
1 parent ad9eccb commit 27fd6bd

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 an absolute time point\n");
890890
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, 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)