aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-10-16 17:07:13 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-10-16 17:07:13 +0300
commit099f972e4537a84e9b19abdfc43baf78081e4e09 (patch)
treecae3aba99e422fd81b9de9cfabc2809f3ecfe1c2 /src
parent340802898d02bad367efc8f8ba1517d42fe4baad (diff)
downloadvmod-binlog-099f972e4537a84e9b19abdfc43baf78081e4e09.tar.gz
vmod-binlog-099f972e4537a84e9b19abdfc43baf78081e4e09.tar.bz2
Add manpages.
Diffstat (limited to 'src')
-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
@@ -50,16 +50,17 @@ time_t from_time, to_time;
static int matchnames(const char *dir, const char *pat, glob_t *gl);
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");
printf("\n");
printf(" -d print timestamps relative to first record in the file\n");
printf(" -n output record numbers\n");

Return to:

Send suggestions and report system problems to the System administrator.