]> git.proxmox.com Git - pve-container.git/commitdiff
docs: update mountpoint descriptions again
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 7 Jun 2016 09:55:24 +0000 (11:55 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 7 Jun 2016 11:35:49 +0000 (13:35 +0200)
src/PVE/LXC/Config.pm

index d80dae01364d38abedceb4890924fee7c9926fdb..c067e7a5a8e3d97b9fc33b2390d466345ba5209c 100644 (file)
@@ -551,9 +551,10 @@ my $mp_desc = {
        type => 'string',
        format => 'pve-lxc-mp-string',
        format_description => 'Path',
-       description => 'Path to the mountpoint as seen from inside the container.',
+       description => 'Path to the mountpoint as seen from inside the container '.
+                      '(must not contain symlinks).',
        verbose_description => "Path to the mountpoint as seen from inside the container.\n\n".
-                              "WARNING: Must not contain any symlinks for security reasons."
+                              "NOTE: Must not contain any symlinks for security reasons."
     },
 };
 PVE::JSONSchema::register_format('pve-ct-mountpoint', $mp_desc);