summaryrefslogtreecommitdiffstats
path: root/tests/tcpflood.c
diff options
context:
space:
mode:
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);
}