diff options
Diffstat (limited to 'coreutils/uniq.c')
-rw-r--r-- | coreutils/uniq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/uniq.c b/coreutils/uniq.c index a7caef991..719bbb5e3 100644 --- a/coreutils/uniq.c +++ b/coreutils/uniq.c | |||
@@ -45,7 +45,7 @@ int uniq_main(int argc, char **argv) | |||
45 | 45 | ||
46 | skip_fields = skip_chars = 0; | 46 | skip_fields = skip_chars = 0; |
47 | 47 | ||
48 | opt = getopt32(argc, argv, "cduf:s:", &s0, &s1); | 48 | opt = getopt32(argv, "cduf:s:", &s0, &s1); |
49 | if (opt & OPT_f) | 49 | if (opt & OPT_f) |
50 | skip_fields = xatoul(s0); | 50 | skip_fields = xatoul(s0); |
51 | if (opt & OPT_s) | 51 | if (opt & OPT_s) |