doc: make the tail --sleep-interval help less confusing
authorPádraig Brady <P@draigBrady.com>
Fri, 4 Sep 2009 21:50:15 +0000 (22:50 +0100)
committerPádraig Brady <P@draigBrady.com>
Sat, 5 Sep 2009 16:25:40 +0000 (17:25 +0100)
* src/tail.c (usage): I read "approximately S seconds"
as "approximately 5 seconds" for approximately 5 seconds.

src/tail.c

index 6077473..fee3f1f 100644 (file)
@@ -290,7 +290,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
                              name, i.e., with --follow=name\n\
 "), stdout);
      fputs (_("\
-  -s, --sleep-interval=S   with -f, sleep for approximately S seconds\n\
+  -s, --sleep-interval=N   with -f, sleep for approximately N seconds\n\
                              (default 1.0) between iterations\n\
   -v, --verbose            always output headers giving file names\n\
 "), stdout);