mirror of
https://github.com/OpenNebula/one.git
synced 2025-08-24 17:49:28 +03:00
Use the same format for the CLI options help
This commit is contained in:
@ -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]
|
||||
|
Reference in New Issue
Block a user