diff options
| author | gingerBill <bill@gingerbill.org> | 2021-11-24 16:31:47 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-11-24 16:31:47 +0000 |
| commit | bc775afccbc320f0b37639511b620567669ddea7 (patch) | |
| tree | bb1d90aafd12c92212c8ec6f4565deb944d2054c /src | |
| parent | 504ea7deeb8645c441047b5a986c4eae6d8fdf93 (diff) | |
| parent | 84e03421d38b7fe1f9452d1d75951d288a1e1779 (diff) | |
Merge branch 'master' of https://github.com/odin-lang/Odin
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 5371393d1..99a55b2b6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -545,8 +545,8 @@ void usage(String argv0) { print_usage_line(1, "version print version"); print_usage_line(1, "report print information useful to reporting a bug"); print_usage_line(0, ""); - print_usage_line(0, "For more information of flags, apply the flag to see what is possible"); - print_usage_line(1, "-help"); + print_usage_line(0, "For further details on a command, use -help after the command name"); + print_usage_line(1, "e.g. odin build -help"); } |