From 9302c7affb431f4d8b5065242a936e42cfc4664c Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 27 Feb 2026 11:54:51 +0300 Subject: [PATCH] No mention of OpenPGP --- cmd/create.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.52.0