Fix typo in usage (power same -> power save).

This commit is contained in:
Pierre Beyssac 2001-12-18 23:28:45 +00:00
parent 7235f2b1e9
commit 17c9446aa8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88153

View File

@ -824,7 +824,7 @@ static void usage(p)
fprintf(stderr, "\t%s -i iface -T (show stats counters)\n", p);
fprintf(stderr, "\t%s -i iface -C (show current config)\n", p);
fprintf(stderr, "\t%s -i iface -t 0|1|2|3|4 (set TX speed)\n", p);
fprintf(stderr, "\t%s -i iface -s 0|1|2|3 (set power same mode)\n", p);
fprintf(stderr, "\t%s -i iface -s 0|1|2|3 (set power save mode)\n", p);
fprintf(stderr, "\t%s -i iface [-v 1|2|3|4] -a AP (specify AP)\n", p);
fprintf(stderr, "\t%s -i iface -b val (set beacon period)\n", p);
fprintf(stderr, "\t%s -i iface [-v 0|1] -d val (set diversity)\n", p);