diff options
author | 2002-02-17 03:24:56 +0000 | |
---|---|---|
committer | 2002-02-17 03:24:56 +0000 | |
commit | c159409d4f42a370cbf9cefeb3f946e38c18cf9a (patch) | |
tree | ffe584d84e9f49b9de7aa370f391e2b7a22093c7 | |
parent | add support for connecting too and listening on AF_UNIX sockets. (diff) | |
download | wireguard-openbsd-c159409d4f42a370cbf9cefeb3f946e38c18cf9a.tar.xz wireguard-openbsd-c159409d4f42a370cbf9cefeb3f946e38c18cf9a.zip |
oops, add -U to usage
-rw-r--r-- | usr.bin/nc/netcat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/nc/netcat.c b/usr.bin/nc/netcat.c index f95eb16e099..8caa2483e39 100644 --- a/usr.bin/nc/netcat.c +++ b/usr.bin/nc/netcat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: netcat.c,v 1.42 2002/02/17 03:03:06 ericj Exp $ */ +/* $OpenBSD: netcat.c,v 1.43 2002/02/17 03:24:56 ericj Exp $ */ /* * Copyright (c) 2001 Eric Jackson <ericj@monkey.org> * @@ -711,7 +711,7 @@ help() void usage(int ret) { - fprintf(stderr, "usage: nc [-46hklnrtuvz] [-i interval] [-p source port]\n"); + fprintf(stderr, "usage: nc [-46Uhklnrtuvz] [-i interval] [-p source port]\n"); fprintf(stderr, "\t [-s ip address] [-w timeout] [-x proxy address [:port]]\n"); fprintf(stderr, "\t [hostname] [port[s...]]\n"); if (ret) |