diff options
| author | gingerBill <bill@gingerbill.org> | 2021-09-29 13:06:13 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-09-29 13:06:13 +0100 |
| commit | 07ba3e6304e125648bfb70a141803b787217fd61 (patch) | |
| tree | b8ddde0c4e0621465372bf83700edc244af607c6 /src/main.cpp | |
| parent | 9bc12e3f381e65588afbd8b4ae7cb6e29cf5df79 (diff) | |
| parent | 6884841ecef7799b05ecd9ef9ede662d15be3d26 (diff) | |
Merge branch 'master' of https://github.com/odin-lang/Odin
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 9269c0963..d29b03cf6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1774,7 +1774,7 @@ void print_show_help(String const arg0, String const &command) { if (check) { print_usage_line(1, "-collection:<name>=<filepath>"); print_usage_line(2, "Defines a library collection used for imports"); - print_usage_line(2, "Example: -collection:shared:dir/to/shared"); + print_usage_line(2, "Example: -collection:shared=dir/to/shared"); print_usage_line(2, "Usage in Code:"); print_usage_line(3, "import \"shared:foo\""); print_usage_line(0, ""); |