From: Sam Ravnborg Date: Wed, 3 Dec 2008 21:11:14 +0000 (+0100) Subject: kconfig: fix options to check-lxdialog.sh X-Git-Tag: Ubuntu-5.10.0-12.13~35179^2~16 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=f6682f915760ccfe57ef1b6cd5ff2d8f2bf8c1d4;p=mirror_ubuntu-hirsute-kernel.git kconfig: fix options to check-lxdialog.sh As noted by Bernhard - fix it up. Cc: Bernhard Reutner-Fischer Signed-off-by: Sam Ravnborg --- 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 } 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