diff options
| author | Judah Caruso <judah@tuta.io> | 2022-11-18 14:56:29 -0700 |
|---|---|---|
| committer | Judah Caruso <judah@tuta.io> | 2022-11-18 14:56:29 -0700 |
| commit | 1eabedab6099767c03710d6e36ecfe19434da848 (patch) | |
| tree | d6200b1b0ac72da254ffce2b7fe0e5887814749f /tools | |
| parent | 24c2fe090f49df0f9c553ff3052c4c25c61d3e18 (diff) | |
updated help
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/odinfmt/main.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/odinfmt/main.odin b/tools/odinfmt/main.odin index b38f446..c13e4cc 100644 --- a/tools/odinfmt/main.odin +++ b/tools/odinfmt/main.odin @@ -18,7 +18,7 @@ Args :: struct { } print_help :: proc(args: []string) { - fmt.eprintln("usage: odinfmt -w {filepath}") + fmt.eprintln("usage: odinfmt [-w {filepath}] [-stdin]") } print_arg_error :: proc(args: []string, error: flag.Flag_Error) { |