From 873d0ff94a6018f36a59fecb3c441334da42cbad Mon Sep 17 00:00:00 2001 From: thorpej Date: Sun, 30 Jun 2002 19:15:57 +0000 Subject: Remove "-c ..." from the usage. --- benchmarks/kttcp/files/kttcp.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'benchmarks') diff --git a/benchmarks/kttcp/files/kttcp.c b/benchmarks/kttcp/files/kttcp.c index f4ef64b7f63..29bd5d3dc42 100644 --- a/benchmarks/kttcp/files/kttcp.c +++ b/benchmarks/kttcp/files/kttcp.c @@ -1,4 +1,4 @@ -/* $NetBSD: kttcp.c,v 1.1.1.1 2002/06/29 01:07:20 thorpej Exp $ */ +/* $NetBSD: kttcp.c,v 1.2 2002/06/30 19:15:57 thorpej Exp $ */ /* * Copyright (c) 2002 Wasabi Systems, Inc. @@ -38,7 +38,6 @@ #include #include -#include #include #include #include @@ -62,10 +61,10 @@ static void usage(void) { fprintf(stderr, - "usage: kttcp -r [-b sockbufsize] [-p port] [-q] [-c syscallnum]\n" + "usage: kttcp -r [-b sockbufsize] [-p port] [-q]\n" " [-4] [-6]\n" " kttcp -s [-b sockbufsize] [-n bytes] [-q] [-p port]\n" - " [-c syscallnum] [-4] [-6] host\n" + " [-4] [-6] host\n" ); exit(1); } -- cgit v1.2.3