aboutsummaryrefslogtreecommitdiffstats
path: root/bin/nfcollect.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/nfcollect.c')
-rw-r--r--bin/nfcollect.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/nfcollect.c b/bin/nfcollect.c
index 35d1c34..16a4248 100644
--- a/bin/nfcollect.c
+++ b/bin/nfcollect.c
@@ -43,11 +43,11 @@ const char *help_text =
"Options:\n"
" -c --compression=<algo> compression algorithm to use (default: no "
"compression)\n"
- " -d --storage_file=<filename> sqlite database storage file\n"
- " -h --help print this help\n"
- " -g --nflog-group=<id> the group id to collect\n"
- " -s --storage_size=<dirsize> log files maximum total size in MiB\n"
- " -v --version print version information\n"
+ " -d --storage_file=<filename> sqlite database storage file\n"
+ " -h --help print this help\n"
+ " -g --nflog-group=<id> the group id to collect\n"
+ " -s --storage_size=<max DB size> maximum DB size in MiB\n"
+ " -v --version print version information\n"
"\n";
static Netlink netlink_fd;