mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
bug printing command arguments in CLI help
This commit is contained in:
parent
c5f6b790a0
commit
4a412494a6
@ -232,7 +232,7 @@ EOT
|
||||
|
||||
args_str=value[:args_format].collect{ |a|
|
||||
if a.include?(nil)
|
||||
"[#{a.compact.join("|")}]"
|
||||
"[<#{a.compact.join("|")}>]"
|
||||
else
|
||||
"<#{a.join("|")}>"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user