summaryrefslogtreecommitdiffstats
path: root/tests/tcpflood.c
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/tcpflood.c
parent7cc7166cb24e50e48cab1cbb3c19c8c17d95ace7 (diff)
downloadrsyslog-de38f744de1ce746e6e61098fd4a05ac76ef71a0.tar.gz
rsyslog-de38f744de1ce746e6e61098fd4a05ac76ef71a0.tar.xz
rsyslog-de38f744de1ce746e6e61098fd4a05ac76ef71a0.zip
minor cleanup
Diffstat (limited to 'tests/tcpflood.c')
-rw-r--r--tests/tcpflood.c2
1 files changed, 1 insertions, 1 deletions
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);
}