diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2021-09-28 11:04:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-28 11:04:44 -0700 |
| commit | 6884841ecef7799b05ecd9ef9ede662d15be3d26 (patch) | |
| tree | 367c91889c7da14b9a445cf49ae7065a79e8cc04 /src | |
| parent | d452758afc2a503bc5bc04da04cfdd4af90da1ac (diff) | |
| parent | 6f04c61bdf04241737108a8508516830ae10aca9 (diff) | |
Merge pull request #1197 from Kelimion/help
Fix -collection help typo.
Diffstat (limited to 'src')
| -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, ""); |