hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 3967e17def84d5046d4c7df4e79cd2b1cfc80f8e
parent e295c34bda59ac3d22c2e971f5ab838578277228
Author: Sebastian <sebastian@sebsite.pw>
Date:   Thu, 24 Feb 2022 20:46:24 -0500

haredoc: add -a flag to manpage

Signed-off-by: Sebastian <sebastian@sebsite.pw>

Diffstat:
Mdocs/haredoc.scd | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/docs/haredoc.scd b/docs/haredoc.scd @@ -6,7 +6,7 @@ haredoc - reads and formats Hare documentation # SYNOPSIS -*haredoc* [-t] [-F _format_] [_identifiers_...] +*haredoc* [-at] [-F _format_] [_identifiers_...] # DESCRIPTION @@ -18,6 +18,9 @@ See *DOCUMENTATION FORMAT* for details on the format. # OPTIONS +*-a* + Show undocumented members (only applies to -Fhare and -Ftty). + *-F* _format_ Select output format (one of "html", "gemtext", "hare", or "tty").