From 057a1d11b18e81b207f5e16601c1d99e5ae109a0 Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Date: Mon, 8 Aug 2016 11:42:31 -0700 Subject: [PATCH] More help corrections --- src/lib_ccx/params.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib_ccx/params.c b/src/lib_ccx/params.c index 8e38a966..85f5b7ce 100644 --- a/src/lib_ccx/params.c +++ b/src/lib_ccx/params.c @@ -309,9 +309,9 @@ void usage (void) mprint (" port) instead of reading a file. Host can be a\n"); mprint (" hostname or IPv4 address. If host is not specified\n"); mprint (" then listens on the local host.\n\n"); - mprint (" -sendto host[:port]: Sends data in BIN format to the server according\n"); - mprint (" to the CCExtractor's protocol over TCP. For IPv6\n"); - mprint (" use [addres]:port\n"); + mprint (" -sendto host[:port]: Sends data in BIN format to the server\n"); + mprint (" according to the CCExtractor's protocol over TCP.\n"); + mprint (" For IPv6 use [address]:port\n"); mprint (" -tcp port: Reads the input data in BIN format according to CCExtractor's\n"); mprint (" protocol, listening specified port on the local host\n"); mprint (" -tcppassword password: Sets server password for new connections to tcp server\n");