summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-05-24 10:09:43 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-05-24 10:09:43 +0200
commitffdc33e3f178ad85ba5c2c9f7fcee98b743e9d5e (patch)
treef4c4ea0196c0faf6adc96f33d18179c62ec23463 /tests
parent59056371156616274d9970300b3ab02432201422 (diff)
downloadrsyslog-ffdc33e3f178ad85ba5c2c9f7fcee98b743e9d5e.tar.gz
rsyslog-ffdc33e3f178ad85ba5c2c9f7fcee98b743e9d5e.tar.xz
rsyslog-ffdc33e3f178ad85ba5c2c9f7fcee98b743e9d5e.zip
imfile: added $InputFileMaxLinesAtOnce directive
Diffstat (limited to 'tests')
-rw-r--r--tests/inputfilegen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/inputfilegen.c b/tests/inputfilegen.c
index 26fb79af..0ff8d049 100644
--- a/tests/inputfilegen.c
+++ b/tests/inputfilegen.c
@@ -1,5 +1,6 @@
/* generate an input file suitable for use by the testbench
* Copyright (C) 2011 by Rainer Gerhards and Adiscon GmbH.
+ * usage: ./inputfilegen num-lines > file
* Part of rsyslog, licensed under GPLv3
*/
#include <stdio.h>