summaryrefslogtreecommitdiffstats
path: root/text-utils/hexdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'text-utils/hexdump.c')
-rw-r--r--text-utils/hexdump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/text-utils/hexdump.c b/text-utils/hexdump.c
index 57deddaf1..94c53b8e5 100644
--- a/text-utils/hexdump.c
+++ b/text-utils/hexdump.c
@@ -174,8 +174,8 @@ void __attribute__((__noreturn__)) usage(void)
fputs(_(" -s, --skip <offset> skip offset bytes from the beginning\n"), out);
fputs(_(" -v, --no-squeezing output identical lines\n"), out);
fputs(USAGE_SEPARATOR, out);
- print_usage_help_options(27);
- fprintf(out, USAGE_MAN_TAIL("hexdump(1)"));
+ printf(USAGE_HELP_OPTIONS(27));
+ printf(USAGE_MAN_TAIL("hexdump(1)"));
exit(EXIT_SUCCESS);
}