diff mbox series

[qemu] docs: fix missing backslash in certtool shell example

Message ID 20201127103314.1782200-1-berrange@redhat.com
State New
Headers show
Series [qemu] docs: fix missing backslash in certtool shell example | expand

Commit Message

Daniel P. Berrangé Nov. 27, 2020, 10:33 a.m. UTC
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
 docs/system/tls.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Maydell Nov. 27, 2020, 11:12 a.m. UTC | #1
On Fri, 27 Nov 2020 at 10:34, Daniel P. Berrangé <berrange@redhat.com> wrote:
>
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> ---
>  docs/system/tls.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/docs/system/tls.rst b/docs/system/tls.rst
> index dc2b94257f..b0973afe1b 100644
> --- a/docs/system/tls.rst
> +++ b/docs/system/tls.rst
> @@ -64,7 +64,7 @@ interactive prompts from certtool::
>     cert_signing_key
>     EOF
>     # certtool --generate-self-signed \
> -              --load-privkey ca-key.pem
> +              --load-privkey ca-key.pem \
>                --template ca.info \
>                --outfile ca-cert.pem
>

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

thanks
-- PMM
diff mbox series

Patch

diff --git a/docs/system/tls.rst b/docs/system/tls.rst
index dc2b94257f..b0973afe1b 100644
--- a/docs/system/tls.rst
+++ b/docs/system/tls.rst
@@ -64,7 +64,7 @@  interactive prompts from certtool::
    cert_signing_key
    EOF
    # certtool --generate-self-signed \
-              --load-privkey ca-key.pem
+              --load-privkey ca-key.pem \
               --template ca.info \
               --outfile ca-cert.pem