From c04a9e2a4547a2b1efe07bdcfbb93381fb67b157 Mon Sep 17 00:00:00 2001 From: tslilc Date: Sun, 30 Aug 2026 16:20:47 +0100 Subject: fixup unpaired backtick in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d6d59b2..b5c74c8 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Currently, this programme is a superset of minisign (and so partially signify) b Compile it and run `msr --help` and you'll find -G, --generate[=FILE] Generate a new key pair, storing in - `FILE.{pub,key}' (FILE defaults to msr) + 'FILE.{pub,key}' (FILE defaults to msr) -S, --sign-detached=FILE Sign FILE by generating a separate signature -T, --sign-text=FILE Sign FILE by appending a signature -V, --verify-detached=FILE Verify the detached signature on FILE @@ -65,8 +65,8 @@ Detached signatures have the format base64( || || ) trusted comment: <1024 bytes, fixed at signing> base64( ) - -where + +where * `signature = ed25519( )` * `global signature = ed25519( || )` -- cgit v1.3.1