Use --no-discard-stderr with help2man
gengetopt generates code that outputs the help to stderr.
This commit is contained in:
@@ -19,6 +19,7 @@ pcsc-relay.1:
|
|||||||
$(HELP2MAN) \
|
$(HELP2MAN) \
|
||||||
--output=$@ \
|
--output=$@ \
|
||||||
--no-info \
|
--no-info \
|
||||||
|
--no-discard-stderr \
|
||||||
--source='$(PACKAGE_STRING)' \
|
--source='$(PACKAGE_STRING)' \
|
||||||
--version-string='$(PACKAGE) $(VERSION)' \
|
--version-string='$(PACKAGE) $(VERSION)' \
|
||||||
$(srcdir)/pcsc-relay
|
$(srcdir)/pcsc-relay
|
||||||
|
|||||||
Reference in New Issue
Block a user