diff options
Diffstat (limited to 'scripts/kconfig')
-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 |