check-lxdialog.sh: fix helptext

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
This commit is contained in:
Bernhard Reutner-Fischer 2010-06-11 15:31:54 +02:00
parent ab60cd1382
commit aa30efcc07

View File

@ -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