aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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 173476b..550724c 100644
--- a/src/binlogsel.c
+++ b/src/binlogsel.c
@@ -689,7 +689,7 @@ main(int argc, char **argv)
argv += optind;
if (argc) {
- if (pattern || directory) {
+ if (pattern) {
error("either files or pattern (-p) must be given, "
"but not both");
exit(1);

Return to:

Send suggestions and report system problems to the System administrator.