qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [qemu PATCH] docs: fix missing backslash in certtool shell example
@ 2020-11-27 10:33 Daniel P. Berrangé
  2020-11-27 11:12 ` Peter Maydell
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel P. Berrangé @ 2020-11-27 10:33 UTC (permalink / raw)
  To: qemu-devel; +Cc: Daniel P. Berrangé

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
 
-- 
2.28.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-27 11:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-27 10:33 [qemu PATCH] docs: fix missing backslash in certtool shell example Daniel P. Berrangé
2020-11-27 11:12 ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).