]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
daemon: Fix 'caert.pem' typo in privileged help output
authorChristophe Fergeau <cfergeau@redhat.com>
Wed, 18 Sep 2013 12:01:26 +0000 (14:01 +0200)
committerEric Blake <eblake@redhat.com>
Wed, 18 Sep 2013 13:56:25 +0000 (07:56 -0600)
The help message indicates that the CA certificate is
$sysconfdir/pki/CA/caert.pem while the actual path is
$sysconfdir/pki/CA/cacert.pem

Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
daemon/libvirtd.c

index c9cd1a16d1ed4717e97b398265cc5a3eeb7130f3..87d42b2110ef31a384946cc70d0b9f1e9f990da3 100644 (file)
@@ -1063,7 +1063,7 @@ daemonUsage(const char *argv0, bool privileged)
                   "      %s/run/libvirt/libvirt-sock-ro\n"
                   "\n"
                   "    TLS:\n"
-                  "      CA certificate:     %s/pki/CA/caert.pem\n"
+                  "      CA certificate:     %s/pki/CA/cacert.pem\n"
                   "      Server certificate: %s/pki/libvirt/servercert.pem\n"
                   "      Server private key: %s/pki/libvirt/private/serverkey.pem\n"
                   "\n"