[voronota] 01/01: Specifying help option for extracting help output of voronota scripts: -h

Andrius Merkys merkys-guest at moszumanska.debian.org
Tue Oct 17 15:58:18 UTC 2017


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

merkys-guest pushed a commit to branch master
in repository voronota.

commit e010950da2fe453f5706f16765f17ce727d82891
Author: Andrius Merkys <andrius.merkys at gmail.com>
Date:   Tue Oct 17 18:57:44 2017 +0300

    Specifying help option for extracting help output of voronota scripts: -h
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 45d4bf3..4d2663a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ override_dh_installman: ${MAN_FILES}
 	dh_installman $+
 
 %.1: %
-	help2man ./$* --no-discard-stderr --no-info --version-string ${DEB_UPSTREAM_VERSION} > $@
+	help2man ./$* --no-discard-stderr --no-info --version-string ${DEB_UPSTREAM_VERSION} --help-option '-h' > $@
 
 clean:
 	rm -f ${GENERATED_MAN_FILES}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/voronota.git



More information about the debian-science-commits mailing list