From: Benno Schulenberg Date: Wed, 10 Aug 2011 19:11:45 +0000 (+0200) Subject: tailf: harmonize option argument and explanation in usage message X-Git-Tag: v2.20-rc2~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6d10e0e6b1307b93c070b49692ea3ac678ba7f1;p=thirdparty%2Futil-linux.git tailf: harmonize option argument and explanation in usage message Signed-off-by: Benno Schulenberg --- diff --git a/text-utils/tailf.c b/text-utils/tailf.c index fbe81c89de..c8f3e91db5 100644 --- a/text-utils/tailf.c +++ b/text-utils/tailf.c @@ -200,8 +200,8 @@ static void __attribute__ ((__noreturn__)) usage(FILE *out) fprintf(out, _( "\nOptions:\n" - " -n, --lines NUMBER output the last N lines\n" - " -NUMBER same as -n NUMBER\n" + " -n, --lines NUMBER output the last NUMBER lines\n" + " -NUMBER same as `-n NUMBER'\n" " -V, --version output version information and exit\n" " -h, --help display this help and exit\n\n"));