b43-fwfump: Better helptext for --phy option
authorMichael Buesch <mb@bu3sch.de>
Sun, 25 Jan 2009 15:14:30 +0000 (16:14 +0100)
committerMichael Buesch <mb@bu3sch.de>
Sun, 25 Jan 2009 15:14:30 +0000 (16:14 +0100)
Signed-off-by: Michael Buesch <mb@bu3sch.de>
debug/b43-fwdump

index b698887a3992824bdc799cb6f3f25a12f0ad9e24..24f1f0d23d8e99cbb60b24eb7180e0eec93ee100 100755 (executable)
@@ -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."