提交 c7447ab1 编写于 作者: D Doug Goldstein 提交者: Daniel Veillard

Update libvirtd --help output to match code

Updated the paths that libvirtd --help says are used when run as
non-root to match what the code actually does.
上级 7e2f6683
......@@ -911,7 +911,7 @@ libvirt management daemon:\n"), argv0);
$XDG_CONFIG_HOME/libvirt/libvirtd.conf\n\
\n\
Sockets:\n\
$XDG_RUNTIME_HOME/libvirt/libvirt-sock (in UNIX abstract namespace)\n\
$XDG_RUNTIME_DIR/libvirt/libvirt-sock (in UNIX abstract namespace)\n\
\n\
TLS:\n\
CA certificate: $HOME/.pki/libvirt/cacert.pem\n\
......@@ -919,7 +919,7 @@ libvirt management daemon:\n"), argv0);
Server private key: $HOME/.pki/libvirt/serverkey.pem\n\
\n\
PID file:\n\
$XDG_RUNTIME_HOME/libvirt/libvirtd.pid\n\
$XDG_RUNTIME_DIR/libvirt/libvirtd.pid\n\
\n"));
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册