mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
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.
This commit is contained in:
parent
7e2f6683ad
commit
c7447ab147
@ -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"));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user