From 22a46794d8d7be1cccb82c5a281bf26677e58684 Mon Sep 17 00:00:00 2001 From: Eric Jackson Date: Sun, 17 Feb 2002 03:24:57 +0000 Subject: oops, add -U to usage --- usr.bin/nc/netcat.c | 4 ++-- 1 file 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 * @@ -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) -- cgit v1.2.3