]> git.proxmox.com Git - pve-common.git/blobdiff - data/PVE/RESTHandler.pm
bump version to 1.0-39
[pve-common.git] / data / PVE / RESTHandler.pm
index d468a4225b764b4661150edae3c033e9c5144fb8..71578471613ac6313b1559bb7745214477c1f0ff 100644 (file)
@@ -376,7 +376,7 @@ sub usage_str {
        $arg_hash->{$p} = 1;
        $args .= " " if $args;
        if ($pd->{format} && $pd->{format} =~ m/-list/) {
-           $args .= "{<vmid>}";
+           $args .= "{<$p>}";
        } else {
            $args .= $pd->{optional} ? "[<$p>]" : "<$p>";
        }