check-lxdialog.sh: fix helptext
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 11 Jun 2010 13:31:54 +0000 (15:31 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 11 Jun 2010 13:31:54 +0000 (15:31 +0200)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
scripts/kconfig/lxdialog/check-lxdialog.sh

index acabe385ca1e819e0cd603462b9d27526525b6c6..d34dfd46d902e112f8dae7278f28f71555f38746 100644 (file)
@@ -56,7 +56,7 @@ EOF
 }
 
 usage() {
-       printf "Usage: $0 [-check compiler options|-header|-library]\n"
+       printf "Usage: $0 [-check compiler options|-ccflags|-ldflags compiler options]\n"
 }
 
 if [ $# -eq 0 ]; then