133
111
option_str = "\nOptions:\n"
134
112
for option_name, option in sorted(options.items()):
135
113
for name, short_name, argname, help in option.iter_switches():
143
120
l += (30 - len(l)) * ' ' + (help or '')
144
121
wrapped = textwrap.fill(l, initial_indent='',