gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] 02/02: gnunet-bugreport: satisfy gnu standards.


From: gnunet
Subject: [gnunet] 02/02: gnunet-bugreport: satisfy gnu standards.
Date: Thu, 21 Nov 2019 15:38:25 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet.

commit 1713968e45e227b2c874824c9c9ad4e15abdc00d
Author: ng0 <address@hidden>
AuthorDate: Thu Nov 21 14:35:20 2019 +0000

    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}"

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]