From 6db9f7180fce46168bc0bcc007ad08b36fd7f28f Mon Sep 17 00:00:00 2001 From: Evan Harris Date: Tue, 11 Jun 2024 11:19:37 -0500 Subject: [PATCH] docs: added info about --progress terminal width --- docs/content/docs.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/content/docs.md b/docs/content/docs.md index c383804dd..49180b0ed 100644 --- a/docs/content/docs.md +++ b/docs/content/docs.md @@ -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.