diff options
author | Sam James <sam@gentoo.org> | 2023-08-19 16:16:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-19 16:16:04 +0100 |
commit | 591f0826a15e437eb02e2eddf8ed1487b05f5e94 (patch) | |
tree | 58b45e30ef37bd070d9626602fa96a931968702c /misc | |
parent | NEWS: add -Oline fix (diff) | |
download | portage-591f0826a15e437eb02e2eddf8ed1487b05f5e94.tar.gz portage-591f0826a15e437eb02e2eddf8ed1487b05f5e94.tar.bz2 portage-591f0826a15e437eb02e2eddf8ed1487b05f5e94.zip |
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 <sam@gentoo.org>
Diffstat (limited to 'misc')
-rwxr-xr-x | misc/emerge-delta-webrsync | 2 |
1 files changed, 1 insertions, 1 deletions
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 |