diff options
-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 acabe385c..d34dfd46d 100644 --- a/scripts/kconfig/lxdialog/check-lxdialog.sh +++ b/scripts/kconfig/lxdialog/check-lxdialog.sh | |||
@@ -56,7 +56,7 @@ EOF | |||
56 | } | 56 | } |
57 | 57 | ||
58 | usage() { | 58 | usage() { |
59 | printf "Usage: $0 [-check compiler options|-header|-library]\n" | 59 | printf "Usage: $0 [-check compiler options|-ccflags|-ldflags compiler options]\n" |
60 | } | 60 | } |
61 | 61 | ||
62 | if [ $# -eq 0 ]; then | 62 | if [ $# -eq 0 ]; then |