Explorar el Código

docs: "default behavior" means eza's default behavior, not an option's default value

Justin Su hace 4 meses
padre
commit
8dcb3a015f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      man/eza.1.md

+ 1 - 1
man/eza.1.md

@@ -69,7 +69,7 @@ When used without a value, defaults to '`on`'.
 Valid settings are ‘`always`’, ‘`automatic`’ (or ‘`auto`’ for short), and ‘`never`’.
 When used without a value, defaults to ‘`automatic`’.
 
-The default behavior (`automatic` or `auto`) will display file kind indicators only when the standard output is connected to a real terminal. If `eza` is ran while in a `tty`, or the output of `eza` is either redirected to a file or piped into another program, file kind indicators will not be used. Setting this option to ‘`always`’ causes `eza` to always display file kind indicators, while ‘`never`’ disables the use of file kind indicators.
+`automatic` or `auto` will display file kind indicators only when the standard output is connected to a real terminal. If `eza` is ran while in a `tty`, or the output of `eza` is either redirected to a file or piped into another program, file kind indicators will not be used. Setting this option to ‘`always`’ causes `eza` to always display file kind indicators, while ‘`never`’ disables the use of file kind indicators.
 
 `-G`, `--grid`
 : Display entries as a grid (default).