Remove extra space.

This commit is contained in:
Mariano Cano 2021-08-23 15:26:32 -07:00
parent e12f6fcc84
commit 3d141896e2

View file

@ -48,7 +48,7 @@ intermediate private key.`,
cli.StringFlag{ cli.StringFlag{
Name: "issuer-password-file", Name: "issuer-password-file",
Usage: `path to the <file> containing the password to decrypt the Usage: `path to the <file> containing the password to decrypt the
certificate issuer private key used in the RA mode.`, certificate issuer private key used in the RA mode.`,
}, },
}, },
}) })