1
0
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:
Daniel Molina 2011-09-02 16:47:23 +02:00
parent e8ea488ad2
commit a3fa381852

View File

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