From 591f0826a15e437eb02e2eddf8ed1487b05f5e94 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 19 Aug 2023 16:16:04 +0100 Subject: misc/emerge-delta-webrsync: fix incorrect warning in --help I was wrong - the full thing is indeed verified, because we check both the base + final signatures. Fixes: 0347637fe5033d3d8eb4fdafa1e86de171934819 Signed-off-by: Sam James --- misc/emerge-delta-webrsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/emerge-delta-webrsync b/misc/emerge-delta-webrsync index 5b26fc14a..610a03f8f 100755 --- a/misc/emerge-delta-webrsync +++ b/misc/emerge-delta-webrsync @@ -152,7 +152,7 @@ for x in $*; do echo "$x isn't a valid arg. bailing." fi if [[ -n $PUKE_HELP ]]; then - echo "--no-pgp-verify; disable PGP verification of snapshot (note that patches are not verified either way)" + echo "--no-pgp-verify; disable PGP verification of snapshot and patches" echo "-u for upgrade; sync only if new snapshots are found" echo "-k for keep; keep old tree snapshots around" exit -1 -- cgit v1.2.3-65-gdbad