index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/seed-build-list | 4 |
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.' |