summaryrefslogtreecommitdiff
path: root/sbin/lmccontrol/lmccontrol.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/lmccontrol/lmccontrol.c')
-rw-r--r--sbin/lmccontrol/lmccontrol.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/lmccontrol/lmccontrol.c b/sbin/lmccontrol/lmccontrol.c
index 946851aa7c1..20dd74051aa 100644
--- a/sbin/lmccontrol/lmccontrol.c
+++ b/sbin/lmccontrol/lmccontrol.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lmccontrol.c,v 1.6 2006/05/31 20:17:15 dhill Exp $ */
+/* $OpenBSD: lmccontrol.c,v 1.7 2006/06/02 07:01:29 jmc Exp $ */
/*-
* Copyright (c) 1997-1999 LAN Media Corporation (LMC)
@@ -70,7 +70,7 @@ usage(void)
extern char *__progname;
fprintf(stderr,
- "usage: %s [interface] [-l speed] [-cCeEsSkKoO]\n",
+ "usage: %s [-CcEeKkOoSs] [-l speed] [interface]\n",
__progname);
}