docs: added info about --progress terminal width

This commit is contained in:
Evan Harris 2024-06-11 11:19:37 -05:00 committed by Nick Craig-Wood
parent b601961e54
commit 6db9f7180f

View File

@ -1943,6 +1943,10 @@ with the `--stats` flag.
This can be used with the `--stats-one-line` flag for a simpler
display.
To change the display length of filenames (for different terminal widths),
see the `--stats-file-name-length` option. The default output is formatted
for 80 character wide terminals.
Note: On Windows until [this bug](https://github.com/Azure/go-ansiterm/issues/26)
is fixed all non-ASCII characters will be replaced with `.` when
`--progress` is in use.