diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2021-09-28 19:59:44 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2021-09-28 19:59:44 +0200 |
| commit | 6f04c61bdf04241737108a8508516830ae10aca9 (patch) | |
| tree | f333450c07e1e12e2ee355e0c3e5fc15aa8b9d7e /src/main.cpp | |
| parent | 6f872e04c85213406dcda52d3d8051f0a3022f6d (diff) | |
Fix -collection help typo.
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, ""); |