Truncate files written with "-o".

This commit is contained in:
Andrew Wood
2024-06-08 22:02:11 +01:00
parent 01e0290d6e
commit 2bed6776e4
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -348,7 +348,7 @@ invocations in a single, long, pipeline.
Write data to
.I FILE
rather than standard output. If the file already exists, it will be
overwritten from the start, but not truncated.
truncated.
.TP
.BI \-L\ RATE \fR,\ \fB\-\-rate-limit\ RATE
Limit the transfer to a maximum of
+1 -2
View File
@@ -260,8 +260,7 @@ that are explicitly switched on will be shown.
**-o FILE, \--output FILE**
: Write data to *FILE* rather than standard output. If the file
already exists, it will be overwritten from the start, but not
truncated.
already exists, it will be truncated.
**-L RATE, \--rate-limit RATE**