mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
1.7 KiB

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