summaryrefslogtreecommitdiffstats
path: root/text-utils/rev.c
diff options
context:
space:
mode:
authorSami Kerola2014-09-28 21:51:40 +0200
committerKarel Zak2014-10-01 12:33:24 +0200
commita587cc55209c1bed49f6573aa00f652fcd276bbb (patch)
tree8a585f99055bd8a714f308a2f2fd89afb814148f /text-utils/rev.c
parenttextual: use version printing macro everywhere (diff)
downloadkernel-qcow2-util-linux-a587cc55209c1bed49f6573aa00f652fcd276bbb.tar.gz
kernel-qcow2-util-linux-a587cc55209c1bed49f6573aa00f652fcd276bbb.tar.xz
kernel-qcow2-util-linux-a587cc55209c1bed49f6573aa00f652fcd276bbb.zip
textual: use manual tail usage() macro
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'text-utils/rev.c')
-rw-r--r--text-utils/rev.c2
1 files changed, 1 insertions, 1 deletions
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);
}