From f14b760223ab78b72072b2cc418b03b50a9760d0 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Wed, 1 Dec 2004 15:57:45 +0000 Subject: add pppoe stuff to usage(); ok jaredy@ --- sbin/ifconfig/ifconfig.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index bff8bd86003..490f2de7cfa 100644 --- a/sbin/ifconfig/ifconfig.c +++ b/sbin/ifconfig/ifconfig.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ifconfig.c,v 1.120 2004/11/28 23:39:45 canacar Exp $ */ +/* $OpenBSD: ifconfig.c,v 1.121 2004/12/01 15:57:44 jmc Exp $ */ /* $NetBSD: ifconfig.c,v 1.40 1997/10/01 02:19:43 enami Exp $ */ /* @@ -77,7 +77,7 @@ static const char copyright[] = #if 0 static const char sccsid[] = "@(#)ifconfig.c 8.2 (Berkeley) 2/16/94"; #else -static const char rcsid[] = "$OpenBSD: ifconfig.c,v 1.120 2004/11/28 23:39:45 canacar Exp $"; +static const char rcsid[] = "$OpenBSD: ifconfig.c,v 1.121 2004/12/01 15:57:44 jmc Exp $"; #endif #endif /* not lint */ @@ -2717,6 +2717,8 @@ usage(void) "\t[syncif iface] [-syncif] [syncpeer peer_address] [-syncpeer]\n" "\t[phase n] [range netrange] [timeslot timeslot_range]\n" "\t[802.2] [802.2tr] [802.3] [snap] [EtherII]\n" + "\t[pppoeac access-concentrator] [-pppoeac]\n" + "\t[pppoesvc service] [-pppoesvc]\n" " ifconfig -A | -Am | -a | -am [address_family]\n" " ifconfig -C\n" " ifconfig -m interface [address_family]\n" -- cgit v1.2.3