mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-27 20:36:07 +03:00
tools: make help: don't parenthesise subsection titles
This commit is contained in:
parent
16c07c537b
commit
8ef0c01da2
@ -46,7 +46,7 @@ endef
|
|||||||
|
|
||||||
# show a subsection heading when help has been requested
|
# show a subsection heading when help has been requested
|
||||||
define def-help-subsection
|
define def-help-subsection
|
||||||
$(if $(need-help),$(warning ($1)))
|
$(if $(need-help),$(warning $1))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
# no-ops, for hiding help without removing it entirely
|
# no-ops, for hiding help without removing it entirely
|
||||||
|
Loading…
Reference in New Issue
Block a user