diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2008-12-03 22:11:14 +0100 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2008-12-03 22:11:14 +0100 |
commit | f6682f915760ccfe57ef1b6cd5ff2d8f2bf8c1d4 (patch) | |
tree | 2b5f819c2b8e8e1c1479bdbee79d47482f66cdf7 | |
parent | 3b1ec9fb8197197d5e3bcca3a05e82d4f50f11bc (diff) | |
download | op-kernel-dev-f6682f915760ccfe57ef1b6cd5ff2d8f2bf8c1d4.zip op-kernel-dev-f6682f915760ccfe57ef1b6cd5ff2d8f2bf8c1d4.tar.gz |
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>
-rw-r--r-- | scripts/kconfig/lxdialog/check-lxdialog.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/lxdialog/check-lxdialog.sh b/scripts/kconfig/lxdialog/check-lxdialog.sh index 5552154..fcef0f5 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 |