summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-04-08 18:18:31 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-04-08 18:18:31 +0200
commitde38f744de1ce746e6e61098fd4a05ac76ef71a0 (patch)
treeaa02dbbbc7f6b316fbeea67aec5721d9d94a8a8a /tests
parent7cc7166cb24e50e48cab1cbb3c19c8c17d95ace7 (diff)
downloadrsyslog-de38f744de1ce746e6e61098fd4a05ac76ef71a0.tar.gz
rsyslog-de38f744de1ce746e6e61098fd4a05ac76ef71a0.tar.xz
rsyslog-de38f744de1ce746e6e61098fd4a05ac76ef71a0.zip
minor cleanup
Diffstat (limited to 'tests')
-rwxr-xr-xtests/tcpfloodbin17940 -> 17972 bytes
-rw-r--r--tests/tcpflood.c2
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcpflood b/tests/tcpflood
index 90b89b84..ae00fcd5 100755
--- a/tests/tcpflood
+++ b/tests/tcpflood
Binary files differ
diff --git a/tests/tcpflood.c b/tests/tcpflood.c
index cecec628..83f0d1ee 100644
--- a/tests/tcpflood.c
+++ b/tests/tcpflood.c
@@ -223,7 +223,7 @@ int main(int argc, char *argv[])
if(argc != 5) {
printf("Invalid call of tcpflood\n");
- printf("Usage: nettester testsuite-name input\n");
+ printf("Usage: tcpflood target-host target-port num-connections num-messages\n");
exit(1);
}