diff options
Diffstat (limited to 'coreutils/comm.c')
-rw-r--r-- | coreutils/comm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/comm.c b/coreutils/comm.c index 3be6760..a4ab148 100644 --- a/coreutils/comm.c +++ b/coreutils/comm.c @@ -47,7 +47,7 @@ int comm_main(int argc, char **argv) unsigned flags; opt_complementary = "=2"; - flags = getopt32(argc, argv, "123"); + flags = getopt32(argv, "123"); argv += optind; for (i = 0; i < 2; ++i) { |