aboutsummaryrefslogtreecommitdiff
path: root/src/binlogsel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/binlogsel.c')
-rw-r--r--src/binlogsel.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/binlogsel.c b/src/binlogsel.c
index 63a35e7..173476b 100644
--- a/src/binlogsel.c
+++ b/src/binlogsel.c
@@ -53,10 +53,11 @@ void selglob(const char *dir, const char *pattern);
void
help()
{
- printf("usage: %s [-dhnVv] [-t FORMAT] [-F TIME] [-T TIME] [-p PATTERN] [-D DIR] [FILE...]\n", progname);
+ printf("usage: %s [-dhnVv] [-t FORMAT] [-F TIME] [-T TIME] [-p PATTERN] [-D DIR] [-i 0|1|2] [FILE...]\n", progname);
printf("Select records from binary logs\n");
printf("\nOptions are:\n\n");
printf(" -D DIR log file storage directory\n");
+ printf(" -i 0|1|2 select directory indexing level\n");
printf(" -F TIME print records starting from TIME\n");
printf(" -T TIME print records starting up to TIME\n");
printf(" -p PATTERN select files matching PATTERN\n");

Return to:

Send suggestions and report system problems to the System administrator.