diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index 00cd9077..2a349c8c 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -3043,7 +3043,7 @@ __PACKAGE__->register_method({ default => 0, }, 'overrule-shutdown' => { - description => "Abort any active and visible 'qmshutdown' tasks before stopping", + description => "Try to abort active 'qmshutdown' tasks before stopping.", optional => 1, type => 'boolean', default => 0,