diff options
| author | DYSEQTA <dyseqta@me.com> | 2021-11-24 11:10:40 +1100 |
|---|---|---|
| committer | DYSEQTA <dyseqta@me.com> | 2021-11-24 11:10:40 +1100 |
| commit | e5f961b48f52f8346f00d43fea4700c8513c53c3 (patch) | |
| tree | 1691d0ac9fcf73c56b095e800daf290b12d7c479 /src/main.cpp | |
| parent | 1823b0cead9530aea5f6694a95f28e1ddac5efac (diff) | |
Removed '--help' from help string as per request.
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 7896756d4..99a55b2b6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -545,7 +545,7 @@ 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 further details on a command, use -help or --help after the command name"); + 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"); } |