From 1713968e45e227b2c874824c9c9ad4e15abdc00d Mon Sep 17 00:00:00 2001 From: ng0 Date: Thu, 21 Nov 2019 14:35:20 +0000 Subject: gnunet-bugreport: satisfy gnu standards. --- contrib/scripts/gnunet-bugreport | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 main() { - if test -n "$1" -a "$1" = "-h"; then + if test -n "$1" -a "$1" = "-h" -o "$1" = "--help"; then echo "Usage: ${progname} [-h]" echo "If CPPFLAGS and LDFLAGS are unset, try:" echo "CPPFLAGS='-I/usr/pkg/include' LDFLAGS='-L/usr/pkg/lib' ${progname}" -- cgit v1.2.3