Merge "[cli-ref] add work around for long command option"

This commit is contained in:
Jenkins 2016-07-15 04:50:57 +00:00 committed by Gerrit Code Review
commit f8c730c597
1 changed files with 4 additions and 0 deletions

View File

@ -296,6 +296,10 @@ def format_help(title, lines, os_file):
xline = split_line[0]
# check niceness work around for long option name, glance
xline = xline.replace('[<RESOURCE_TYPE_ASSOCIATIONS> ...]',
'[...]')
os_file.write("``" + xline + "``\n")
if len(split_line) > 1: