diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-12-31 10:44:53 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-12-31 10:44:53 +0000 |
commit | b71e2d5bced39466c676549d2dffefc0d99fb726 (patch) | |
tree | 3c4d88cf7e54765d33e15a346e2127d2ef7d56a7 /sbin/brconfig/brconfig.c | |
parent | fc8490f81a08eef86cfc1afaff0d051fbd290964 (diff) |
-A before -a;
Diffstat (limited to 'sbin/brconfig/brconfig.c')
-rw-r--r-- | sbin/brconfig/brconfig.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/brconfig/brconfig.c b/sbin/brconfig/brconfig.c index b4af82468af..5509e31a60d 100644 --- a/sbin/brconfig/brconfig.c +++ b/sbin/brconfig/brconfig.c @@ -1,4 +1,4 @@ -/* $OpenBSD: brconfig.c,v 1.40 2006/12/30 18:43:41 reyk Exp $ */ +/* $OpenBSD: brconfig.c,v 1.41 2006/12/31 10:44:52 jmc Exp $ */ /* * Copyright (c) 1999, 2000 Jason L. Wright (jason@thought.net) @@ -129,7 +129,7 @@ char *stproles[] = { void usage(void) { - fprintf(stderr, "usage: brconfig [-aA]\n"); + fprintf(stderr, "usage: brconfig [-Aa]\n"); fprintf(stderr, " brconfig interface [up] [down] [add if] [del if] ...\n"); } |