hare

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

commit 16941c46e1bb174670c85668cef6bbecd91e3f45
parent f801f22349998f60268e328bd062f47e2e4a076d
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sat, 27 Mar 2021 09:38:43 -0400

cmd/harec: clarify command usage

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

diff --git a/cmd/harec/main.ha b/cmd/harec/main.ha @@ -9,7 +9,7 @@ use os; export fn main() void = { let cmd = getopt::parse(os::args, - "compiles Hare programs", + "compiles Hare programs to an intermediate form", ('D', "ident:type=value", "defines a constant"), ('o', "path", "set the output file"), ('T', "tags...", "sets build tags"),