aboutsummaryrefslogtreecommitdiff
path: root/coreutils/comm.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/comm.c')
-rw-r--r--coreutils/comm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/comm.c b/coreutils/comm.c
index 3be6760dc..a4ab14826 100644
--- a/coreutils/comm.c
+++ b/coreutils/comm.c
@@ -47,7 +47,7 @@ int comm_main(int argc, char **argv)
47 unsigned flags; 47 unsigned flags;
48 48
49 opt_complementary = "=2"; 49 opt_complementary = "=2";
50 flags = getopt32(argc, argv, "123"); 50 flags = getopt32(argv, "123");
51 argv += optind; 51 argv += optind;
52 52
53 for (i = 0; i < 2; ++i) { 53 for (i = 0; i < 2; ++i) {