summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/copy-to-build-support3
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"
}