|
|
@ -219,8 +219,8 @@ private final function PrintOption( |
|
|
|
{ |
|
|
|
{ |
|
|
|
cout.Write(T(TSPACE)); |
|
|
|
cout.Write(T(TSPACE)); |
|
|
|
PrintParameters(cout, option.required, option.optional); |
|
|
|
PrintParameters(cout, option.required, option.optional); |
|
|
|
cout.Flush(); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
cout.Flush(); |
|
|
|
// Description |
|
|
|
// Description |
|
|
|
if (option.description != none && !option.description.IsEmpty()) { |
|
|
|
if (option.description != none && !option.description.IsEmpty()) { |
|
|
|
cout.WriteBlock(option.description); |
|
|
|
cout.WriteBlock(option.description); |
|
|
|