diff options
Diffstat (limited to 'coreutils/catv.c')
-rw-r--r-- | coreutils/catv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/catv.c b/coreutils/catv.c index 0ca73a0c9..ce927465b 100644 --- a/coreutils/catv.c +++ b/coreutils/catv.c @@ -19,7 +19,7 @@ int catv_main(int argc, char **argv) int fd; unsigned flags; - flags = getopt32(argc, argv, "etv"); + flags = getopt32(argv, "etv"); #define CATV_OPT_e (1<<0) #define CATV_OPT_t (1<<1) #define CATV_OPT_v (1<<2) |