diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-03-04 18:56:07 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-03-04 18:56:07 +0000 |
commit | 75565cecde729b34c9d483ab87b0f5cc9c1dab78 (patch) | |
tree | a69013d8556f0c52455ea9f524b09449dc71c2c5 /kconfig/lxdialog | |
parent | b95eac92556dce738d344389cde752224a493b98 (diff) | |
download | crosstool-ng-75565cecde729b34c9d483ab87b0f5cc9c1dab78.tar.gz crosstool-ng-75565cecde729b34c9d483ab87b0f5cc9c1dab78.tar.bz2 crosstool-ng-75565cecde729b34c9d483ab87b0f5cc9c1dab78.zip |
Update the kconfig stuff from git.kernel.org.
Commit f6682f915760ccfe57ef1b6cd5ff2d8f2bf8c1d4
/trunk/kconfig/lxdialog/check-lxdialog.sh | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Diffstat (limited to 'kconfig/lxdialog')
-rw-r--r-- | kconfig/lxdialog/check-lxdialog.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfig/lxdialog/check-lxdialog.sh b/kconfig/lxdialog/check-lxdialog.sh index 5552154c..fcef0f59 100644 --- a/kconfig/lxdialog/check-lxdialog.sh +++ b/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 |