diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2017-11-26 21:32:49 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2017-11-26 21:32:49 +0100 |
commit | e3723f0cff21ec65579608184d370d453608acfe (patch) | |
tree | 418df37743da7153bd52bcfaa34373c3b375d320 /bin/build-packages | |
parent | 9de220fb31da37c3f7de160e466a44c98dfa03c9 (diff) | |
download | builder-e3723f0cff21ec65579608184d370d453608acfe.tar.xz |
added some help to usage of build-packages
Diffstat (limited to 'bin/build-packages')
-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.' |