]> git.proxmox.com Git - qemu-server.git/commitdiff
add full path reference to datacenter.conf file
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 19 May 2016 14:27:30 +0000 (16:27 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 19 May 2016 14:27:30 +0000 (16:27 +0200)
PVE/QemuServer.pm

index 7c4fdab3e48c9f85115290efe366e0757180e928..4c0e043e06509b06e5686845a938065aa4a8bc30 100644 (file)
@@ -236,7 +236,7 @@ my $confdesc = {
     keyboard => {
        optional => 1,
        type => 'string',
-       description => "Keybord layout for vnc server. Default is read from the datacenter configuration file.",
+       description => "Keybord layout for vnc server. Default is read from the '/etc/pve/datacenter.conf' configuration file.",
        enum => PVE::Tools::kvmkeymaplist(),
        default => 'en-us',
     },