diff options
author | Erich Eckner <git@eckner.net> | 2018-11-13 16:46:33 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-11-13 16:48:42 +0100 |
commit | 3a9b907d8df4964a07a424f7b80e3fee589f63fd (patch) | |
tree | 652a1623f18d72bba781e4bbb5889264999e2295 /bin/copy-to-build-support | |
parent | 8ec5c19f735a6968d83618d052e6a83ee6d696fd (diff) | |
download | builder-3a9b907d8df4964a07a424f7b80e3fee589f63fd.tar.xz |
bin/copy-to-build-support: more verbose help message
Diffstat (limited to 'bin/copy-to-build-support')
-rwxr-xr-x | bin/copy-to-build-support | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/copy-to-build-support b/bin/copy-to-build-support index 7456235..28c904d 100755 --- a/bin/copy-to-build-support +++ b/bin/copy-to-build-support @@ -20,6 +20,9 @@ usage() { >&2 echo ' Show this help and exit.' >&2 echo ' -w|--wait:' >&2 echo ' Wait for lock if necessary.' + >&2 echo '' + >&2 echo 'lines in package-list should contain:' + >&2 echo '$repo_arch $package_file_name' [ -z "$1" ] && exit 1 || exit "$1" } |