commit 130d4b9a62df5a45cd6da721d7e99cb307752404
parent e8a199fb00221e1037076d667ac016892a436c9c
Author: Eyal Sawady <ecs@d2evs.net>
Date: Sat, 4 Sep 2021 00:32:23 +0000
cmd/haredoc: fix typo in usage
Signed-off-by: Eyal Sawady <ecs@d2evs.net>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd/haredoc/main.ha b/cmd/haredoc/main.ha
@@ -37,7 +37,7 @@ export fn main() void = {
const help: [_]getopt::help = [
"reads and formats Hare documentation",
('F', "format", "specify output format (hare, tty, html, or gemtext)"),
- ('t', "disable HTML template (requries postprocessing)"),
+ ('t', "disable HTML template (requires postprocessing)"),
('a', "show undocumented members (only applies to -Fhare and -Ftty)"),
"[identifiers...]",
];