From e3723f0cff21ec65579608184d370d453608acfe Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 26 Nov 2017 21:32:49 +0100 Subject: added some help to usage of build-packages --- bin/build-packages | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bin/build-packages') 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.' -- cgit v1.2.3-54-g00ecf