From a587cc55209c1bed49f6573aa00f652fcd276bbb Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sun, 28 Sep 2014 20:51:40 +0100 Subject: textual: use manual tail usage() macro Signed-off-by: Sami Kerola --- text-utils/rev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text-utils/rev.c') diff --git a/text-utils/rev.c b/text-utils/rev.c index a661f0a43..60ad7521b 100644 --- a/text-utils/rev.c +++ b/text-utils/rev.c @@ -81,7 +81,7 @@ static void __attribute__ ((__noreturn__)) usage(FILE * out) " -V, --version output version information and exit\n" " -h, --help display this help and exit\n")); - fprintf(out, _("\nFor more information see rev(1).\n")); + fprintf(out, USAGE_MAN_TAIL("rev(1)")); exit(out == stderr ? EXIT_FAILURE : EXIT_SUCCESS); } -- cgit v1.2.3-55-g7522