Explorar o código

feat: Add -w/--width to manpage

Sandro-Alessio Gierens %!s(int64=2) %!d(string=hai) anos
pai
achega
0eecaa0e43
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      man/eza.1.md

+ 4 - 1
man/eza.1.md

@@ -78,6 +78,9 @@ Valid settings are ‘`always`’, ‘`automatic`’, and ‘`never`’.
 `--hyperlink`
 : Display entries as hyperlinks
 
+`-w`, `--width=COLS`
+Set screen width in columns.
+
 
 FILTERING AND SORTING OPTIONS
 =============================
@@ -204,7 +207,7 @@ eza responds to the following environment variables:
 
 ## `COLUMNS`
 
-Overrides the width of the terminal, in characters.
+Overrides the width of the terminal, in characters, however, `-w` takes precedence.
 
 For example, ‘`COLUMNS=80 eza`’ will show a grid view with a maximum width of 80 characters.