From 32a0d8674a0a4aaa21fb67e0a7a3d46c6b52cc16 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 22 May 2023 16:52:51 +0200 Subject: add cautionary hint --- bin/get-package-updates | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/get-package-updates') 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:' -- cgit v1.2.3-54-g00ecf