aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/lxdialog
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2008-12-03 22:11:14 +0100
committerSam Ravnborg <sam@ravnborg.org>2008-12-03 22:11:14 +0100
commitf6682f915760ccfe57ef1b6cd5ff2d8f2bf8c1d4 (patch)
tree2b5f819c2b8e8e1c1479bdbee79d47482f66cdf7 /scripts/kconfig/lxdialog
parentkbuild: gen_init_cpio expands shell variables in file names (diff)
downloadlinux-dev-f6682f915760ccfe57ef1b6cd5ff2d8f2bf8c1d4.tar.xz
linux-dev-f6682f915760ccfe57ef1b6cd5ff2d8f2bf8c1d4.zip
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>
Diffstat (limited to 'scripts/kconfig/lxdialog')
-rw-r--r--scripts/kconfig/lxdialog/check-lxdialog.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/lxdialog/check-lxdialog.sh b/scripts/kconfig/lxdialog/check-lxdialog.sh
index 5552154cbedb..fcef0f59d553 100644
--- a/scripts/kconfig/lxdialog/check-lxdialog.sh
+++ b/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