diff options
| author | Anthony Lavado <anthonylavado@users.noreply.github.com> | 2019-04-16 16:20:12 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-16 16:20:12 -0400 |
| commit | b031a55a59f3366e9950b1617a40cef6f863eee9 (patch) | |
| tree | ec959a3425cff066ba5069f3dd0e99bd480b02e2 | |
| parent | a1d50a6d055c414c95fa0ea2bf58db79afb6dc74 (diff) | |
| parent | 65f9141764c18b76d97925e531816e8dd383f4bb (diff) | |
Merge pull request #1225 from DrPandemic/update-build-path-help
Fix help message to indicate the right output folder
| -rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ usage() { echo -e "The web_branch defaults to the same branch name as the current main branch or can be 'local' to not touch the submodule branching." echo -e "To build all platforms, use 'all'." echo -e "To perform all build actions, use 'all'." - echo -e "Build output files are collected at '../jellyfin-build/<platform>'." + echo -e "Build output files are collected at '../bin/<platform>'." } # Show usage on stderr with exit 1 on argless |
