diff options
Diffstat (limited to 'util-linux/hexdump.c')
-rw-r--r-- | util-linux/hexdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/hexdump.c b/util-linux/hexdump.c index 670867054..cdb17ca3b 100644 --- a/util-linux/hexdump.c +++ b/util-linux/hexdump.c | |||
@@ -73,7 +73,7 @@ int hexdump_main(int argc, char **argv) | |||
73 | } | 73 | } |
74 | 74 | ||
75 | /* We cannot use getopt32: in hexdump options are cumulative. | 75 | /* We cannot use getopt32: in hexdump options are cumulative. |
76 | * E.g. hexdump -C -C file should dump each line twice */ | 76 | * E.g. "hexdump -C -C file" should dump each line twice */ |
77 | while ((ch = getopt(argc, argv, hexdump_opts)) > 0) { | 77 | while ((ch = getopt(argc, argv, hexdump_opts)) > 0) { |
78 | p = strchr(hexdump_opts, ch); | 78 | p = strchr(hexdump_opts, ch); |
79 | if (!p) | 79 | if (!p) |