Commit f6682f915760ccfe57ef1b6cd5ff2d8f2bf8c1d4

Authored by Sam Ravnborg
1 parent 3b1ec9fb81

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

scripts/kconfig/lxdialog/check-lxdialog.sh
... ... @@ -52,7 +52,7 @@
52 52 }
53 53  
54 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 58 if [ $# -eq 0 ]; then