diff options
Diffstat (limited to 'coreutils/tee.c')
-rw-r--r-- | coreutils/tee.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/tee.c b/coreutils/tee.c index 2160141c9..d253028cc 100644 --- a/coreutils/tee.c +++ b/coreutils/tee.c | |||
@@ -28,7 +28,7 @@ int tee_main(int argc, char **argv) | |||
28 | #else | 28 | #else |
29 | int c; | 29 | int c; |
30 | #endif | 30 | #endif |
31 | retval = getopt32(argc, argv, "ia"); /* 'a' must be 2nd */ | 31 | retval = getopt32(argv, "ia"); /* 'a' must be 2nd */ |
32 | argc -= optind; | 32 | argc -= optind; |
33 | argv += optind; | 33 | argv += optind; |
34 | 34 | ||