Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/bin/get-package-updates
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2023-05-22 16:52:51 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2023-05-22 16:52:51 +0200
commit32a0d8674a0a4aaa21fb67e0a7a3d46c6b52cc16 (patch)
tree2a2517e9054ae00f29724c0d9ad89126bc34ee24 /bin/get-package-updates
parent0ff9504bc1b04f80c63fa8607063e6118eeb63a4 (diff)
add cautionary hint
Diffstat (limited to 'bin/get-package-updates')
-rwxr-xr-xbin/get-package-updates2
1 files changed, 2 insertions, 0 deletions
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:'