index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-06-25 14:33:50 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-06-25 14:33:50 +0200 |
commit | c129d26484f195e2ef99920da26ca9aceb379abe (patch) | |
tree | 9326f4638ff3c109b774557e6dedb358e15f9d92 | |
parent | 3e8f769d8d4b6bceb758f7bc68240967acde2911 (diff) |
-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.' |