From: Sergey Matveev Date: Fri, 27 Feb 2026 08:54:51 +0000 (+0300) Subject: No mention of OpenPGP X-Git-Tag: v1.5.0~5 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=9302c7affb431f4d8b5065242a936e42cfc4664c;p=meta4ra.git No mention of OpenPGP --- diff --git a/cmd/create.go b/cmd/create.go index 8f71829..eddd73f 100644 --- a/cmd/create.go +++ b/cmd/create.go @@ -37,7 +37,7 @@ func runCreate() { mtime := flag.String("mtime", "", "Take that file's mtime as a Published date") desc := flag.String("desc", "", "Description") sigPGP := flag.String("sig-pgp", "", - "Path to OpenPGP .asc signature file for inclusion") + "Path to LibrePGP .asc signature file for inclusion") sigSSH := flag.String("sig-ssh", "", "Path to OpenSSH .sig signature file for inclusion") hashes := flag.String("hashes", meta4ra.HashesDefault,