diff --git a/src/cli/command_parser.rb b/src/cli/command_parser.rb index 3878d5630e..3fb18ae7bd 100755 --- a/src/cli/command_parser.rb +++ b/src/cli/command_parser.rb @@ -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]