]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - text-utils/hexdump.c
wipefs: add --lock and LOCK_BLOCK_DEVICE
[thirdparty/util-linux.git] / text-utils / hexdump.c
index cbd593e5f97d14fa50f0aa9a4ff5a51b61436288..d7a54be5bd6f8192ac2305b51aabc9d93f62fe51 100644 (file)
@@ -172,10 +172,14 @@ void __attribute__((__noreturn__)) usage(void)
        fputs(_(" -n, --length <length>     interpret only length bytes of input\n"), out);
        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);
        printf(USAGE_HELP_OPTIONS(27));
-       printf(USAGE_MAN_TAIL("hexdump(1)"));
 
+       fputs(USAGE_ARGUMENTS, out);
+       printf(USAGE_ARG_SIZE(_("<length> and <offset>")));
+
+       printf(USAGE_MAN_TAIL("hexdump(1)"));
        exit(EXIT_SUCCESS);
 }