From: Bernhard Reutner-Fischer Date: Fri, 11 Jun 2010 13:31:54 +0000 (+0200) Subject: check-lxdialog.sh: fix helptext X-Git-Tag: 1_17_0~90 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=aa30efcc070efb1e818b071a1d00763cb5889c66;p=oweals%2Fbusybox.git check-lxdialog.sh: fix helptext Signed-off-by: Bernhard Reutner-Fischer --- 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 } 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