From 3d141896e2b1ebce4ea6867e0985edb9f758593a Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Mon, 23 Aug 2021 15:26:32 -0700 Subject: [PATCH] Remove extra space. --- commands/export.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/export.go b/commands/export.go index 4a18a0dd..be6d88e5 100644 --- a/commands/export.go +++ b/commands/export.go @@ -48,7 +48,7 @@ intermediate private key.`, cli.StringFlag{ Name: "issuer-password-file", Usage: `path to the containing the password to decrypt the - certificate issuer private key used in the RA mode.`, +certificate issuer private key used in the RA mode.`, }, }, })