Reword to remove implied agency.

This commit is contained in:
Andrew Wood
2026-05-22 21:18:34 +01:00
parent e82d5e48f4
commit 944ae9aca1
2 changed files with 10 additions and 10 deletions
+4 -4
View File
@@ -201,14 +201,14 @@ The default is 30 seconds.
The value must be an integer.
.TP
.BI \-w\ WIDTH \fR,\ \fB\-\-width\ WIDTH
Assume the terminal is \fIWIDTH\fR columns wide, instead of trying to work
it out (or assuming 80 if it cannot be guessed).
Assume the terminal is \fIWIDTH\fR columns wide, instead of autodetecting
the width (or assuming 80 if detection fails).
If this option is used, the output width will not be adjusted if the width
of the terminal changes while the transfer is running.
.TP
.BI \-H\ HEIGHT \fR,\ \fB\-\-height\ HEIGHT
Assume the terminal is \fIHEIGHT\fR rows high, instead of trying to work it
out (or assuming 25 if it cannot be guessed).
Assume the terminal is \fIHEIGHT\fR rows high, instead of autodetecting
the height (or assuming 25 if detection fails).
If this option is used, the output height will not be adjusted if the height
of the terminal changes while the transfer is running.
.TP
+6 -6
View File
@@ -208,15 +208,15 @@ are explicitly switched on will be shown.
**-w WIDTH, \--width WIDTH**
: Assume the terminal is *WIDTH* columns wide, instead of trying to
work it out (or assuming 80 if it cannot be guessed). If this option
is used, the output width will not be adjusted if the width of the
terminal changes while the transfer is running.
: Assume the terminal is *WIDTH* columns wide, instead of
autodetecting the width (or assuming 80 if detection fails). If this
option is used, the output width will not be adjusted if the width
of the terminal changes while the transfer is running.
**-H HEIGHT, \--height HEIGHT**
: Assume the terminal is *HEIGHT* rows high, instead of trying to work
it out (or assuming 25 if it cannot be guessed). If this option is
: Assume the terminal is *HEIGHT* rows high, instead of autodetecting
the height (or assuming 25 if detection fails). If this option is
used, the output height will not be adjusted if the height of the
terminal changes while the transfer is running.