From c129d26484f195e2ef99920da26ca9aceb379abe Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 25 Jun 2018 14:33:50 +0200 Subject: bin/seed-build-list: clarify help text --- bin/seed-build-list | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin/seed-build-list') 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.' -- cgit v1.2.3