diff --git a/apply.go b/apply.go index a8142fc..e0af823 100644 --- a/apply.go +++ b/apply.go @@ -190,7 +190,7 @@ type Options struct { // Create TargetPath replacement with this file mode. If zero, defaults to 0755. TargetMode os.FileMode - // Checksum of the new binary to verify against. If nil, no checksum or signature verification is done. + // Checksum of the new binary to verify against. If nil, no checksum verification is done. Checksum []byte // Verifier for signature verification. If nil, no signature verification is done.