mirror of
https://git.proxmox.com/git/pve-common
synced 2025-08-14 07:29:49 +00:00
fix usage string
This commit is contained in:
parent
b18d17224b
commit
7f0f0610ab
@ -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>";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user