From 3a9b907d8df4964a07a424f7b80e3fee589f63fd Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 13 Nov 2018 16:46:33 +0100 Subject: bin/copy-to-build-support: more verbose help message --- bin/copy-to-build-support | 3 +++ 1 file changed, 3 insertions(+) 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" } -- cgit v1.2.3-54-g00ecf