Skip to content

Commit

Permalink
kconfig: fix options to check-lxdialog.sh
Browse files Browse the repository at this point in the history
As noted by Bernhard - fix it up.

Cc: Bernhard Reutner-Fischer <[email protected]>
Signed-off-by: Sam Ravnborg <[email protected]>
  • Loading branch information
sravnborg committed Dec 3, 2008
1 parent 3b1ec9f commit f6682f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/kconfig/lxdialog/check-lxdialog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6682f9

Please sign in to comment.