minor error in the \help connect
|
66 KB
All of option descriptions have the same indentation spaces, they should always starts at the N-th column.
By default, if option name plus option value occupy less than N-1 spaces, then option description will be displayed on the same line as option name displayed; otherwise, it is displayed on the next line.
For \connect command, the description of the following options are displayed on the same line as the option name:
-au, -ap, -ca, and -ct
because there is enough room to show description. For the rest of options, description is displayed on the next line because the N-th column on the line where option name is displayed has been occupied.
Issue #6473 |
Closed |
Won't Fix |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
All of option descriptions have the same indentation spaces, they should always starts at the N-th column.
By default, if option name plus option value occupy less than N-1 spaces, then option description will be displayed on the same line as option name displayed; otherwise, it is displayed on the next line.
For \connect command, the description of the following options are displayed on the same line as the option name:
-au, -ap, -ca, and -ct
because there is enough room to show description. For the rest of options, description is displayed on the next line because the N-th column on the line where option name is displayed has been occupied.