summaryrefslogtreecommitdiffstats
path: root/text-utils/more.c
diff options
context:
space:
mode:
Diffstat (limited to 'text-utils/more.c')
-rw-r--r--text-utils/more.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/text-utils/more.c b/text-utils/more.c
index 2a7917120..cbff39b11 100644
--- a/text-utils/more.c
+++ b/text-utils/more.c
@@ -249,7 +249,7 @@ static void __attribute__((__noreturn__)) usage(void)
fputs(USAGE_SEPARATOR, out);
printf( " --help %s\n", USAGE_OPTSTR_HELP);
printf( " -V, --version %s\n", USAGE_OPTSTR_VERSION);
- fprintf(out, USAGE_MAN_TAIL("more(1)"));
+ printf(USAGE_MAN_TAIL("more(1)"));
exit(EXIT_SUCCESS);
}