Date: Wed, 20 Feb 2002 19:19:24 -0600 (CST) From: phrac <phrac@disflux.dhs.org> To: FreeBSD-gnats-submit@freebsd.org Subject: misc/35163: Message-ID: <200202210119.g1L1JOM00648@disflux.dhs.org>
next in thread | raw e-mail | index | archive | help
>Number: 35163
>Category: misc
>Synopsis:
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Wed Feb 20 17:20:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator: phrac
>Release: FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD disflux.dhs.org 4.5-STABLE FreeBSD 4.5-STABLE #0: Sun Feb 17 06:57:42 CST 2002 root@:/usr/obj/usr/src/sys/dekay i386
>Description:
When running portmap with an illegal option, it displays a
list of available options. Missing from this list is the -h option, which
is documented in the man pages.
>How-To-Repeat:
[phrac@disflux: ~]$ portmap -h
portmap: option requires an argument -- h
usage: portmap [-dv]
[phrac@disflux: ~]$
>Fix:
--- portmap.diff begins here ---
--- portmap.c.orig Wed Feb 20 17:37:13 2002
+++ portmap.c Wed Feb 20 16:48:01 2002
@@ -239,7 +239,7 @@
static void
usage()
{
- fprintf(stderr, "usage: portmap [-dv]\n");
+ fprintf(stderr, "usage: portmap [-dv -h <IP ADDRESS>]\n");
exit(1);
}
--- portmap.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202210119.g1L1JOM00648>
