diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2008-12-03 16:11:14 -0500 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2008-12-03 16:11:14 -0500 |
commit | f6682f915760ccfe57ef1b6cd5ff2d8f2bf8c1d4 (patch) | |
tree | 2b5f819c2b8e8e1c1479bdbee79d47482f66cdf7 /scripts | |
parent | 3b1ec9fb8197197d5e3bcca3a05e82d4f50f11bc (diff) |
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')
-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 5552154cbedb..fcef0f59d553 100644 --- a/scripts/kconfig/lxdialog/check-lxdialog.sh +++ b/scripts/kconfig/lxdialog/check-lxdialog.sh | |||
@@ -52,7 +52,7 @@ EOF | |||
52 | } | 52 | } |
53 | 53 | ||
54 | usage() { | 54 | usage() { |
55 | printf "Usage: $0 [-check compiler options|-header|-library]\n" | 55 | printf "Usage: $0 [-check compiler options|-ccflags|-ldflags compiler options]\n" |
56 | } | 56 | } |
57 | 57 | ||
58 | if [ $# -eq 0 ]; then | 58 | if [ $# -eq 0 ]; then |