diff options
| author | gingerBill <bill@gingerbill.org> | 2017-11-19 09:57:37 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2017-11-19 09:57:37 +0000 |
| commit | 284a9cd4c3f22be3b66b0a45406a0ea10fe508bf (patch) | |
| tree | 4820891ae0bb26afbe855252ba867d6acb1ec200 /src | |
| parent | 5955c101d4065c0696bf619ffe7ab13bde490a6f (diff) | |
Update usage textv0.7.1
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main.cpp b/src/main.cpp index 19e7c49be..1f943b7a3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -163,10 +163,10 @@ void usage(String argv0) { print_usage_line(0, "Usage:"); print_usage_line(1, "%.*s command [arguments]", LIT(argv0)); print_usage_line(0, "Commands:"); - print_usage_line(1, "build compile .odin file as executable"); - print_usage_line(1, "run compile and run .odin file"); - print_usage_line(1, "docs generate documentation for a .odin file"); - print_usage_line(1, "version print version"); + print_usage_line(1, "build compile .odin file as executable"); + print_usage_line(1, "run compile and run .odin file"); + print_usage_line(1, "docs generate documentation for a .odin file"); + print_usage_line(1, "version print version"); } |