X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=data%2FPVE%2FRESTHandler.pm;fp=data%2FPVE%2FRESTHandler.pm;h=71578471613ac6313b1559bb7745214477c1f0ff;hb=7f0f0610ab82df7034eb41c44fb310d5aff10438;hp=d468a4225b764b4661150edae3c033e9c5144fb8;hpb=b18d17224b9888381d912ed7a4d648600783f506;p=pve-common.git diff --git a/data/PVE/RESTHandler.pm b/data/PVE/RESTHandler.pm index d468a42..7157847 100644 --- a/data/PVE/RESTHandler.pm +++ b/data/PVE/RESTHandler.pm @@ -376,7 +376,7 @@ sub usage_str { $arg_hash->{$p} = 1; $args .= " " if $args; if ($pd->{format} && $pd->{format} =~ m/-list/) { - $args .= "{}"; + $args .= "{<$p>}"; } else { $args .= $pd->{optional} ? "[<$p>]" : "<$p>"; }