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) | |||
19 | int fd; | 19 | int fd; |
20 | unsigned flags; | 20 | unsigned flags; |
21 | 21 | ||
22 | flags = getopt32(argc, argv, "etv"); | 22 | flags = getopt32(argv, "etv"); |
23 | #define CATV_OPT_e (1<<0) | 23 | #define CATV_OPT_e (1<<0) |
24 | #define CATV_OPT_t (1<<1) | 24 | #define CATV_OPT_t (1<<1) |
25 | #define CATV_OPT_v (1<<2) | 25 | #define CATV_OPT_v (1<<2) |