Date: Wed, 20 Feb 2002 19:02:00 -0600 (CST) From: phrac <phrac@disflux.dhs.org> To: FreeBSD-gnats-submit@freebsd.org Subject: misc/35164: no -h option listed for portmap Message-ID: <200202210102.g1L120K00484@dekay.disflux.org>
next in thread | raw e-mail | index | archive | help
>Number: 35164
>Category: misc
>Synopsis: no -h option listed for portmap
>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 19:20:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator: phrac
>Release: FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD dekay.disflux.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 giving a bad option to portmap, there is no -h option listed in
the command line help, although there is an -h option listed in the man
page.
>How-To-Repeat:
[phrac@dekay: ~]$ portmap -h
portmap: option requires an argument -- h
usage: portmap [-dv]
>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?200202210102.g1L120K00484>
