diff options
author | Jim Meyering <jim@meyering.net> | 1993-10-21 17:19:34 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1993-10-21 17:19:34 +0000 |
commit | df1e389479d422ebf9eb7a08ef3d60238776e9c9 (patch) | |
tree | 8cf589ac0041d09f57a6b347a339343a323d47e8 /src/uniq.c | |
parent | 193e68abd485958da7811d9fb18015d151145347 (diff) | |
download | coreutils-df1e389479d422ebf9eb7a08ef3d60238776e9c9.tar.xz |
merge with 1.8c
Diffstat (limited to 'src/uniq.c')
-rw-r--r-- | src/uniq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uniq.c b/src/uniq.c index 501735654..9323397ba 100644 --- a/src/uniq.c +++ b/src/uniq.c @@ -143,11 +143,11 @@ main (argc, argv) case 'u': mode = output_unique; break; - + case 'w': check_chars = atoi (optarg); break; - + default: usage (); } |