summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/usr.bin/nc/netcat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/nc/netcat.c b/src/usr.bin/nc/netcat.c
index f95eb16e09..8caa2483e3 100644
--- a/src/usr.bin/nc/netcat.c
+++ b/src/usr.bin/nc/netcat.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: netcat.c,v 1.42 2002/02/17 03:03:06 ericj Exp $ */ 1/* $OpenBSD: netcat.c,v 1.43 2002/02/17 03:24:56 ericj Exp $ */
2/* 2/*
3 * Copyright (c) 2001 Eric Jackson <ericj@monkey.org> 3 * Copyright (c) 2001 Eric Jackson <ericj@monkey.org>
4 * 4 *
@@ -711,7 +711,7 @@ help()
711void 711void
712usage(int ret) 712usage(int ret)
713{ 713{
714 fprintf(stderr, "usage: nc [-46hklnrtuvz] [-i interval] [-p source port]\n"); 714 fprintf(stderr, "usage: nc [-46Uhklnrtuvz] [-i interval] [-p source port]\n");
715 fprintf(stderr, "\t [-s ip address] [-w timeout] [-x proxy address [:port]]\n"); 715 fprintf(stderr, "\t [-s ip address] [-w timeout] [-x proxy address [:port]]\n");
716 fprintf(stderr, "\t [hostname] [port[s...]]\n"); 716 fprintf(stderr, "\t [hostname] [port[s...]]\n");
717 if (ret) 717 if (ret)