index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-05-22 16:52:51 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-05-22 16:52:51 +0200 |
commit | 32a0d8674a0a4aaa21fb67e0a7a3d46c6b52cc16 (patch) | |
tree | 2a2517e9054ae00f29724c0d9ad89126bc34ee24 | |
parent | 0ff9504bc1b04f80c63fa8607063e6118eeb63a4 (diff) |
-rwxr-xr-x | bin/get-package-updates | 2 |
diff --git a/bin/get-package-updates b/bin/get-package-updates index ae3c018..8d2f370 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -25,6 +25,8 @@ usage() { >&2 echo ' -m|--max-upstream-packages $number:' >&2 echo ' Do not update more than $number upstream packages.' >&2 echo ' Do not update git head of state repository.' + >&2 echo ' USE WITH CAUTION: This may remove packages, if they' + >&2 echo ' were moved. Always do a final run without -m.' >&2 echo ' -n|--no-pull: Do not pull git repos, merely reorder build list.' >&2 echo ' Conflicts -d.' >&2 echo ' -r|--recent-modifications:' |