|
|
@@ -135,7 +135,7 @@ These options are available when running with `--long` (`-l`):
|
|
|
- **--git-repos**: list each directory’s Git status, if tracked
|
|
|
- **--git-repos-no-status**: list whether a directory is a Git repository, but not its status (faster)
|
|
|
- **--no-git**: suppress Git status (always overrides `--git`, `--git-repos`, `--git-repos-no-status`)
|
|
|
-- **--time-style**: how to format timestamps. valid timestamp styles are ‘`default`’, ‘`iso`’, ‘`long-iso`’, ‘`full-iso`’, ‘`relative`', or you can use a `custom` style with '`+`' as prefix. (Ex: "`+%Y/%m/%d, %H:%M`" => "`2023/9/30, 12:00`"). [more about format syntax](https://docs.rs/chrono/latest/chrono/format/strftime/index.html).
|
|
|
+- **--time-style**: how to format timestamps. valid timestamp styles are ‘`default`’, ‘`iso`’, ‘`long-iso`’, ‘`full-iso`’, ‘`relative`’, or a custom style ‘`+<FORMAT>`’ (E.g., ‘`+%Y-%m-%d %H:%M`’ => ‘`2023-09-30 13:00`’. For more specifications on the format string, see the _`eza(1)` manual page_ and [chrono documentation](https://docs.rs/chrono/latest/chrono/format/strftime/index.html).).
|
|
|
- **--total-size**: show recursive directory size
|
|
|
- **--no-permissions**: suppress the permissions field
|
|
|
- **-o**, **--octal-permissions**: list each file's permission in octal format
|