Fix the usage string so it displays the -b and s options to ifconfig -l
This commit is contained in:
parent
2dda99193c
commit
b17f8c01fa
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: ifconfig.c,v 1.96 2001/01/17 06:10:37 itojun Exp $ */
|
||||
/* $NetBSD: ifconfig.c,v 1.97 2001/01/24 18:06:51 garbled Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1997, 1998, 2000 The NetBSD Foundation, Inc.
|
||||
|
@ -80,7 +80,7 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 1993\n\
|
|||
#if 0
|
||||
static char sccsid[] = "@(#)ifconfig.c 8.2 (Berkeley) 2/16/94";
|
||||
#else
|
||||
__RCSID("$NetBSD: ifconfig.c,v 1.96 2001/01/17 06:10:37 itojun Exp $");
|
||||
__RCSID("$NetBSD: ifconfig.c,v 1.97 2001/01/24 18:06:51 garbled Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
|
@ -2916,7 +2916,7 @@ usage()
|
|||
"\t[ vlan n vlanif i ]\n"
|
||||
"\t[ link0 | -link0 ] [ link1 | -link1 ] [ link2 | -link2 ]\n"
|
||||
" %s -a [ -A ] [ -m ] [ -d ] [ -u ] [ af ]\n"
|
||||
" %s -l [ -d ] [ -u ]\n"
|
||||
" %s -l [ -b ] [ -d ] [ -u ] [ -s ]\n"
|
||||
" %s interface create\n"
|
||||
" %s interface destroy\n",
|
||||
__progname, __progname, __progname, __progname, __progname);
|
||||
|
|
Loading…
Reference in New Issue