]> git.proxmox.com Git - pve-ha-manager.git/commitdiff
cli stop cmd: fix property desc. indentation
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 14 Nov 2019 13:39:30 +0000 (14:39 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 14 Nov 2019 13:39:30 +0000 (14:39 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/CLI/ha_manager.pm

index b087319ee91e84bef3c895e09f34f508e3816449..f4873693f019aa26c05870676db297c38d4a649d 100644 (file)
@@ -85,8 +85,9 @@ __PACKAGE__->register_method ({
     parameters => {
        additionalProperties => 0,
        properties => {
-           sid => get_standard_option('pve-ha-resource-or-vm-id',
-                                     { completion => \&PVE::HA::Tools::complete_sid }),
+           sid => get_standard_option('pve-ha-resource-or-vm-id', {
+               completion => \&PVE::HA::Tools::complete_sid
+           }),
            timeout => {
                description => "Timeout in seconds. If set to 0 a hard stop will be performed.",
                type => 'integer',