diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index fa364ae6..990d9a15 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -142,7 +142,7 @@ my $confdesc = { cpulimit => { optional => 1, type => 'number', - description => "Limit of CPU usage. Note if the computer has 2 CPUs, it has total of '2' CPU time. Value '0' indicates no CPU limit.", + description => "Limit of CPU usage.\n\nNOTE: If the computer has 2 CPUs, it has total of '2' CPU time. Value '0' indicates no CPU limit.", minimum => 0, maximum => 128, default => 0, @@ -346,7 +346,7 @@ EODESC optional => 1, type => 'string', description => < < <