From e449c641321a85210ce9f9dee08827fe838459e3 Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Wed, 23 Jul 2008 01:57:31 +0200 Subject: [PATCH] b43-beautifier: Explain what the --defs directory is Signed-off-by: Michael Buesch --- debug/b43-beautifier | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debug/b43-beautifier b/debug/b43-beautifier index 0b3a09c..b07d493 100755 --- a/debug/b43-beautifier +++ b/debug/b43-beautifier @@ -35,7 +35,9 @@ def usage(): print "-b|--binfile [FILE] Binary code source file" print "-d|--defs [DIR] Directory containing the defs files" print "" - print "The options -d AND (-a XOR -b) are essential" + print "The options -d AND (-a XOR -b) are essential." + print "The --defs directory is the \"common\" subdirectory in the" + print "b43-ucode assembly source tree." def parseArgs(): global opt_asmfile -- 2.31.1