From: Michael Buesch Date: Sun, 25 Jan 2009 15:14:30 +0000 (+0100) Subject: b43-fwfump: Better helptext for --phy option X-Git-Tag: b43-fwcutter-013~17 X-Git-Url: https://jxself.org/git/?p=b43-tools.git;a=commitdiff_plain;h=8dc01d7b658dc04c5c500640854c6dba547a3118 b43-fwfump: Better helptext for --phy option Signed-off-by: Michael Buesch --- diff --git a/debug/b43-fwdump b/debug/b43-fwdump index b698887..24f1f0d 100755 --- a/debug/b43-fwdump +++ b/debug/b43-fwdump @@ -32,7 +32,8 @@ def usage(): print "Usage: b43-fwdump [OPTIONS]" print "" print "-h|--help Print this help text" - print "-p|--phy PHY The PHY to use. For example phy0" + print "-p|--phy WIPHY The WIPHY to use. For example phy0." + print " Can be omitted, if there is only one device in the system." print "-b|--binary BIN The firmware binary. This is required for" print " an instruction dump." print "-d|--dasmopt OPT Additional options to the disassembler."