aboutsummaryrefslogtreecommitdiff
path: root/contrib/scripts/gnunet-bugreport
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/scripts/gnunet-bugreport')
-rwxr-xr-xcontrib/scripts/gnunet-bugreport2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/scripts/gnunet-bugreport b/contrib/scripts/gnunet-bugreport
index f6a28fded..724c38e06 100755
--- a/contrib/scripts/gnunet-bugreport
+++ b/contrib/scripts/gnunet-bugreport
@@ -548,7 +548,7 @@ EOF
548 548
549main() 549main()
550{ 550{
551 if test -n "$1" -a "$1" = "-h"; then 551 if test -n "$1" -a "$1" = "-h" -o "$1" = "--help"; then
552 echo "Usage: ${progname} [-h]" 552 echo "Usage: ${progname} [-h]"
553 echo "If CPPFLAGS and LDFLAGS are unset, try:" 553 echo "If CPPFLAGS and LDFLAGS are unset, try:"
554 echo "CPPFLAGS='-I/usr/pkg/include' LDFLAGS='-L/usr/pkg/lib' ${progname}" 554 echo "CPPFLAGS='-I/usr/pkg/include' LDFLAGS='-L/usr/pkg/lib' ${progname}"