From 471f219ac76fe0e8c42d1b66721c5f14f4238a28 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Fri, 4 Sep 2009 22:50:15 +0100 Subject: doc: make the tail --sleep-interval help less confusing * src/tail.c (usage): I read "approximately S seconds" as "approximately 5 seconds" for approximately 5 seconds. --- src/tail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tail.c') diff --git a/src/tail.c b/src/tail.c index 6077473c0..fee3f1f2d 100644 --- a/src/tail.c +++ b/src/tail.c @@ -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); -- cgit v1.2.3-54-g00ecf