From 099f972e4537a84e9b19abdfc43baf78081e4e09 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Wed, 16 Oct 2013 17:07:13 +0300 Subject: Add manpages. --- src/binlogsel.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/binlogsel.c') 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"); -- cgit v1.2.1