From: Pádraig Brady
Date: Fri, 4 Sep 2009 21:50:15 +0000 (+0100) Subject: doc: make the tail --sleep-interval help less confusing X-Git-Tag: v7.6~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=471f219ac76fe0e8c42d1b66721c5f14f4238a28;p=platform%2Fupstream%2Fcoreutils.git 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. --- 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);