Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/usr.sbin/dhcp/dhcpctl Pull up revision 1.2 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/30187d93c32d
branches:  netbsd-1-5
changeset: 491276:30187d93c32d
user:      he <he%NetBSD.org@localhost>
date:      Sat Apr 21 19:48:51 2001 +0000

description:
Pull up revision 1.2 (requested by mellon):
  Fix the usage output.

diffstat:

 usr.sbin/dhcp/dhcpctl/omshell.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 2b60f98598b9 -r 30187d93c32d usr.sbin/dhcp/dhcpctl/omshell.c
--- a/usr.sbin/dhcp/dhcpctl/omshell.c   Sat Apr 21 19:48:14 2001 +0000
+++ b/usr.sbin/dhcp/dhcpctl/omshell.c   Sat Apr 21 19:48:51 2001 +0000
@@ -71,7 +71,7 @@
 static void usage (char *s) {
        fprintf (stderr,
                 "Usage: %s [-n <username>] [-p <password>] "
-                "[-a <algorithm>]\n", s);
+                "[-a <algorithm>] [-P <port>]\n", s);
        exit (1);
 }
 



Home | Main Index | Thread Index | Old Index