aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-10-19 09:10:34 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-10-19 09:10:34 +0300
commit33c78a97d97ed39775ac5041fcdf3ad3c854f11e (patch)
tree473ba3ce6b21b34bddd73303dc696d91d1e47a29 /src
parente0b67d9d57fb3dc2de0b8be6e97886443276f719 (diff)
downloadvmod-binlog-33c78a97d97ed39775ac5041fcdf3ad3c854f11e.tar.gz
vmod-binlog-33c78a97d97ed39775ac5041fcdf3ad3c854f11e.tar.bz2
Version 1.0release-1.0
Diffstat (limited to 'src')
-rw-r--r--src/binlogsel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binlogsel.c b/src/binlogsel.c
index 10630e6..547b4ec 100644
--- a/src/binlogsel.c
+++ b/src/binlogsel.c
@@ -829,7 +829,7 @@ main(int argc, char **argv)
setprogname(argv[0]);
add_load_path(BINLOGSEL_MODDIR, LP_APPEND);
- while ((c = getopt(argc, argv, "D:dF:hi:I:L:m:p:P:T:t:nV")) != EOF)
+ while ((c = getopt(argc, argv, "D:dF:hi:I:L:m:p:P:T:t:nVv")) != EOF)
switch (c) {
case 'D':
directory = optarg;

Return to:

Send suggestions and report system problems to the System administrator.