1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
--- ./mii-tool.c.orig 2000-05-21 09:31:17.000000000 -0500
+++ ./mii-tool.c 2010-08-12 12:46:05.063607571 -0500
@@ -379,16 +379,16 @@
/*--------------------------------------------------------------------*/
const char *usage =
-"usage: %s [-VvRrwl] [-A media,... | -F media] [interface ...]
- -V, --version display version information
- -v, --verbose more verbose output
- -R, --reset reset MII to poweron state
- -r, --restart restart autonegotiation
- -w, --watch monitor for link status changes
- -l, --log with -w, write events to syslog
- -A, --advertise=media,... advertise only specified media
- -F, --force=media force specified media technology
-media: 100baseT4, 100baseTx-FD, 100baseTx-HD, 10baseT-FD, 10baseT-HD,
+"usage: %s [-VvRrwl] [-A media,... | -F media] [interface ...] \n\
+ -V, --version display version information \n\
+ -v, --verbose more verbose output \n\
+ -R, --reset reset MII to poweron state \n\
+ -r, --restart restart autonegotiation \n\
+ -w, --watch monitor for link status changes \n\
+ -l, --log with -w, write events to syslog \n\
+ -A, --advertise=media,... advertise only specified media \n\
+ -F, --force=media force specified media technology \n\
+media: 100baseT4, 100baseTx-FD, 100baseTx-HD, 10baseT-FD, 10baseT-HD, \n\
(to advertise both HD and FD) 100baseTx, 10baseT\n";
int main(int argc, char **argv)
|