diff options
author | deep-42-thought <github@eckner.net> | 2017-11-26 21:57:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-26 21:57:33 +0100 |
commit | fe2fc11bb3c5b275ac011061b736e19cf56adec9 (patch) | |
tree | 418df37743da7153bd52bcfaa34373c3b375d320 /bin | |
parent | 9de220fb31da37c3f7de160e466a44c98dfa03c9 (diff) | |
parent | e3723f0cff21ec65579608184d370d453608acfe (diff) | |
download | builder-fe2fc11bb3c5b275ac011061b736e19cf56adec9.tar.xz |
Merge pull request #1 from andreasbaumann/build-packages-help
added some help to usage of build-packages
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/build-packages | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/build-packages b/bin/build-packages index 745335e..0939435 100755 --- a/bin/build-packages +++ b/bin/build-packages @@ -18,6 +18,11 @@ usage() { >&2 echo ' Build the given package without asking / reporting to the' >&2 echo ' build master (except -u is given). Cannot be combined with' >&2 echo ' -n, -p, -t or -x.' + >&2 echo ' where:' + >&2 echo ' - git-revision: packages-HEAD or community-HEAD or a valid commit' + >&2 echo ' - git-mod-revision: work-tree or a valid commit' + >&2 echo ' example:' + >&2 echo ' build-package -l which.packages-HEAD.work-tree.core' >&2 echo ' -n count: Build $count packages (if available), then exit.' >&2 echo ' $count=0 is interpreted as infinity.' >&2 echo ' The default is $count=1 or 0 iff -t or -x is given.' |