From c2115003a17a864a6d2bfee6d236e41fc1582e3a Mon Sep 17 00:00:00 2001 From: Gibheer Date: Mon, 15 Aug 2022 22:53:16 +0200 Subject: [PATCH] remove missing command from output diff was never implemented --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index 6999c48..70b06bc 100644 --- a/main.go +++ b/main.go @@ -51,6 +51,5 @@ where 'command' is one of: verify-input verify a message using a signature and a public key create-sign-request create a certificate sign request create-cert create a certificate from a certificate sign request - diff show the differences between two certificates `, COMMAND) }