summaryrefslogtreecommitdiff
path: root/bin/seed-build-list
diff options
context:
space:
mode:
Diffstat (limited to 'bin/seed-build-list')
-rwxr-xr-xbin/seed-build-list4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/seed-build-list b/bin/seed-build-list
index 31deb08..bb70fba 100755
--- a/bin/seed-build-list
+++ b/bin/seed-build-list
@@ -18,7 +18,9 @@ usage() {
>&2 echo 'possible options:'
>&2 echo ' -a|--auto:'
>&2 echo ' Automatically reschedule packages which have run-time'
- >&2 echo ' dependencies that are not available anywhere.'
+ >&2 echo ' dependencies that are not available anywhere and which'
+ >&2 echo ' cannot be replaced by another less stable version of'
+ >&2 echo ' the same package.'
>&2 echo ' -c|--cron-exit:'
>&2 echo ' Exit with 0 if not getting a lock - makes the script'
>&2 echo ' suitable for a crontab.'