diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-12-01 15:57:45 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-12-01 15:57:45 +0000 |
commit | f14b760223ab78b72072b2cc418b03b50a9760d0 (patch) | |
tree | 0eade1fad6373ac8963b5cc4dd57037a551115b7 /sbin | |
parent | 13975e59779f5bc122f4844c8c68132cef04a600 (diff) |
add pppoe stuff to usage();
ok jaredy@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ifconfig/ifconfig.c | 6 |
1 files 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" |