1
0
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:
Javi Fontan 2011-07-14 18:33:15 +02:00
parent c5f6b790a0
commit 4a412494a6

View File

@ -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