diff options
| author | Joshua Boniface <joshua@boniface.me> | 2019-02-05 21:32:35 -0500 |
|---|---|---|
| committer | Joshua Boniface <joshua@boniface.me> | 2019-02-05 21:34:09 -0500 |
| commit | ceb8b9f74014060417ed55680038a2601c5e366a (patch) | |
| tree | 40788b66f6de28c513b31b6718a34c27637d0cc6 | |
| parent | 8413c56392eb331bc319cddf135b671ec0a80123 (diff) | |
Add explanation to usage output
| -rwxr-xr-x | build | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ usage() { echo -e " $ build --list-actions <platform>" echo -e " $ build [-k/--keep-artifacts] [-b/--web-branch <web_branch>] <platform> <action>" echo -e "" + echo -e "The 'keep-artifacts' option preserves build artifacts, e.g. Docker images for system package builds." echo -e "The web_branch defaults to the same branch name as the current main branch." echo -e "To build all platforms, use 'all'." echo -e "To perform all build actions, use 'all'." |
