]> git.proxmox.com Git - pve-manager.git/commitdiff
api: ceph: fix description indentation style
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 29 Apr 2022 12:28:12 +0000 (14:28 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 29 Apr 2022 12:28:12 +0000 (14:28 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/API2/Ceph/Pools.pm

index 975cc1027b0070db96235588620d45517c98357d..efdee36063af83c4538529ad229dc736155dc9fa 100644 (file)
@@ -387,8 +387,8 @@ __PACKAGE__->register_method ({
                default => "0; for erasure coded pools: 1",
            },
            'erasure-coding' => {
-               description => "Create an erasure coded pool for RBD with an ".
-                               "accompaning replicated pool for metadata storage.",
+               description => "Create an erasure coded pool for RBD with an"
+                   ." accompaning replicated pool for metadata storage.",
                type => 'string',
                format => $ec_format,
                optional => 1,