summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fwcontrol
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>2004-10-29 01:24:32 +0000
committersimokawa <simokawa@FreeBSD.org>2004-10-29 01:24:32 +0000
commit616a502e11b454593e49f103df2145e5ba4398dd (patch)
tree3c3ba271388c90a4dade4f53683409de2d9a1366 /usr.sbin/fwcontrol
parent9a3bf16356ca6b4f1ad6a022a8ee9277255dda21 (diff)
downloadFreeBSD-src-616a502e11b454593e49f103df2145e5ba4398dd.zip
FreeBSD-src-616a502e11b454593e49f103df2145e5ba4398dd.tar.gz
Add usage of -m option.
Diffstat (limited to 'usr.sbin/fwcontrol')
-rw-r--r--usr.sbin/fwcontrol/fwcontrol.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/fwcontrol/fwcontrol.c b/usr.sbin/fwcontrol/fwcontrol.c
index c5f1de7..3892dc8 100644
--- a/usr.sbin/fwcontrol/fwcontrol.c
+++ b/usr.sbin/fwcontrol/fwcontrol.c
@@ -61,7 +61,7 @@ usage(void)
fprintf(stderr,
"fwcontrol [-u bus_num] [-rt] [-g gap_count] [-o node] "
"[-b pri_req] [-c node] [-d node] [-l file] "
- "[-R file] [-S file]\n"
+ "[-R file] [-S file] [-m target]\n"
"\t-u: specify bus number\n"
"\t-g: broadcast gap_count by phy_config packet\n"
"\t-o: send link-on packet to the node\n"
@@ -73,7 +73,8 @@ usage(void)
"\t-d: hex dump of configuration ROM\n"
"\t-l: load and parse hex dump file of configuration ROM\n"
"\t-R: Receive DV stream\n"
- "\t-S: Send DV stream\n");
+ "\t-S: Send DV stream\n"
+ "\t-m: set fwmem target\n");
exit(0);
}
OpenPOWER on IntegriCloud