diff options
Diffstat (limited to 'misc/emerge-delta-webrsync')
-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 |