diff options
Diffstat (limited to 'coreutils/comm.c')
-rw-r--r-- | coreutils/comm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/coreutils/comm.c b/coreutils/comm.c index 5be11468c..4bee77677 100644 --- a/coreutils/comm.c +++ b/coreutils/comm.c | |||
@@ -62,8 +62,7 @@ int comm_main(int argc UNUSED_PARAM, char **argv) | |||
62 | int i; | 62 | int i; |
63 | int order; | 63 | int order; |
64 | 64 | ||
65 | opt_complementary = "=2"; | 65 | getopt32(argv, "^" "123" "\0" "=2"); |
66 | getopt32(argv, "123"); | ||
67 | argv += optind; | 66 | argv += optind; |
68 | 67 | ||
69 | for (i = 0; i < 2; ++i) { | 68 | for (i = 0; i < 2; ++i) { |