mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
Use the same format for the CLI options help
This commit is contained in:
parent
e8ea488ad2
commit
a3fa381852
@ -223,7 +223,7 @@ EOT
|
||||
|
||||
@opts.each{ |o|
|
||||
str = ""
|
||||
str << o[:short] if o[:short]
|
||||
str << o[:short].split(' ').first << ', ' if o[:short]
|
||||
str << o[:large]
|
||||
|
||||
printf opt_format, str, o[:description]
|
||||
|
Loading…
x
Reference in New Issue
Block a user