aboutsummaryrefslogtreecommitdiff
path: root/contrib/scripts/gnunet-bugreport
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-11-21 14:35:20 +0000
committerng0 <ng0@n0.is>2019-11-21 14:35:20 +0000
commit1713968e45e227b2c874824c9c9ad4e15abdc00d (patch)
treeefb71a880cde46b9c3ed7aa62e43ca17a8e0418f /contrib/scripts/gnunet-bugreport
parent8ac3f324acfab33841efdba01187e19892c324f4 (diff)
downloadgnunet-1713968e45e227b2c874824c9c9ad4e15abdc00d.tar.gz
gnunet-1713968e45e227b2c874824c9c9ad4e15abdc00d.zip
gnunet-bugreport: satisfy gnu standards.
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}"