docs: mention that -b is the opposite of -w also in the latter's item
parent
baca8bb19e
commit
1fe3e2ed69
|
@ -280,7 +280,9 @@ unless \fB\-\-restricted\fR is given too.
|
||||||
.TP
|
.TP
|
||||||
.BR \-w ", " \-\-nowrap
|
.BR \-w ", " \-\-nowrap
|
||||||
Do not automatically hard-wrap the current line when it becomes overlong.
|
Do not automatically hard-wrap the current line when it becomes overlong.
|
||||||
(This is the default.)
|
This is the default. (This option is the opposite of \fB\-b\fR
|
||||||
|
(\fB\-\-breaklonglines\fR) -- the last one given takes effect.)
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.BR \-x ", " \-\-nohelp
|
.BR \-x ", " \-\-nohelp
|
||||||
Don't show the two help lines at the bottom of the screen.
|
Don't show the two help lines at the bottom of the screen.
|
||||||
|
|
|
@ -418,7 +418,9 @@ file permissions to implement a read-only file.)
|
||||||
@item -w
|
@item -w
|
||||||
@itemx --nowrap
|
@itemx --nowrap
|
||||||
Do not automatically hard-wrap the current line when it becomes overlong.
|
Do not automatically hard-wrap the current line when it becomes overlong.
|
||||||
(This is the default.)
|
This is the default. (This option is the opposite of @option{-b}
|
||||||
|
(@option{--breaklonglines}) --- the last one given takes effect.)
|
||||||
|
|
||||||
|
|
||||||
@anchor{Expert Mode}
|
@anchor{Expert Mode}
|
||||||
@item -x
|
@item -x
|
||||||
|
|
Loading…
Reference in New Issue