diff options
Diffstat (limited to 'cifs.upcall.c')
-rw-r--r-- | cifs.upcall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cifs.upcall.c b/cifs.upcall.c index 648a138..1ffcd7c 100644 --- a/cifs.upcall.c +++ b/cifs.upcall.c @@ -680,7 +680,7 @@ int main(const int argc, char *const argv[]) openlog(prog, 0, LOG_DAEMON); - while ((c = getopt_long(argc, argv, "ctv", long_options, NULL)) != -1) { + while ((c = getopt_long(argc, argv, "cltv", long_options, NULL)) != -1) { switch (c) { case 'c': /* legacy option -- skip it */ |