summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/ifconfig')
-rw-r--r--sbin/ifconfig/ifconfig.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c
index 03fecf3..900db40 100644
--- a/sbin/ifconfig/ifconfig.c
+++ b/sbin/ifconfig/ifconfig.c
@@ -42,7 +42,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)ifconfig.c 8.2 (Berkeley) 2/16/94";
*/
static const char rcsid[] =
- "$Id: ifconfig.c,v 1.30 1997/05/10 17:14:52 peter Exp $";
+ "$Id: ifconfig.c,v 1.31 1997/10/16 03:55:28 peter Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -327,7 +327,7 @@ main(argc, argv)
case 'd': /* restrict scan to "down" interfaces */
downonly++;
break;
- case 'u': /* restrict scan to "down" interfaces */
+ case 'u': /* restrict scan to "up" interfaces */
uponly++;
break;
case 'm': /* show media choices in status */
OpenPOWER on IntegriCloud