From e6d10e0e6b1307b93c070b49692ea3ac678ba7f1 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Wed, 10 Aug 2011 21:11:45 +0200 Subject: [PATCH] tailf: harmonize option argument and explanation in usage message Signed-off-by: Benno Schulenberg --- text-utils/tailf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")); -- 2.47.3