]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
hexdump: fix "beginnin" typo in usage message
authorBenno Schulenberg <bensberg@justemail.net>
Wed, 10 Aug 2011 19:12:56 +0000 (21:12 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 15 Aug 2011 13:49:45 +0000 (15:49 +0200)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
text-utils/hexsyntax.c

index 211e5d55a467fad8ef703fb87e31141e31c68fda..5cdd1de96295cbeeeca033f6315eddc28d30a177 100644 (file)
@@ -145,7 +145,7 @@ void __attribute__((__noreturn__)) usage(FILE *out)
                       " -e format       format string to be used for displaying data\n"
                       " -f format_file  file that contains format strings\n"
                       " -n length       interpret only length bytes of input\n"
-                      " -s offset       skip offset bytes from the beginnin\n"
+                      " -s offset       skip offset bytes from the beginning\n"
                       " -v              display without squeezing similar lines\n"
                       " -V              output version information and exit\n\n"));