hare

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

commit 238ae4ea059b4ca4d808d96182038326f6e27a4d
parent 89d0aa44455c10eee999798103f46cb1fb3a58d1
Author: Sebastian <sebastian@sebsite.pw>
Date:   Tue, 17 Oct 2023 21:09:19 -0400

cmd/haredoc: fix help text

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

Diffstat:
Mcmd/haredoc/main.ha | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/haredoc/main.ha b/cmd/haredoc/main.ha @@ -25,7 +25,7 @@ const help: []getopt::help = [ ('t', "disable HTML template (requires postprocessing)"), ('F', "format", "specify output format (hare, tty, or html)"), ('T', "tagset", "set/unset build tags"), - "[identifiers...]", + "[identifier|path]", ]; export fn main() void = {