Browse Source

kconfig: fix options to check-lxdialog.sh

As noted by Bernhard - fix it up.

Cc: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Sam Ravnborg 16 years ago
parent
commit
f6682f9157
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/kconfig/lxdialog/check-lxdialog.sh

+ 1 - 1
scripts/kconfig/lxdialog/check-lxdialog.sh

@@ -52,7 +52,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