aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coreutils/uniq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/uniq.c b/coreutils/uniq.c
index ef50981ed..a3058ac07 100644
--- a/coreutils/uniq.c
+++ b/coreutils/uniq.c
@@ -64,7 +64,7 @@ int uniq_main(int argc UNUSED_PARAM, char **argv)
64 skip_fields = skip_chars = 0; 64 skip_fields = skip_chars = 0;
65 max_chars = INT_MAX; 65 max_chars = INT_MAX;
66 66
67 opt = getopt32(argv, "cduf:+s:+w:+i", &skip_fields, &skip_chars, &max_chars); 67 opt = getopt32(argv, "cduf:+s:+w:+iz", &skip_fields, &skip_chars, &max_chars);
68 argv += optind; 68 argv += optind;
69 69
70 input_filename = argv[0]; 70 input_filename = argv[0];