Explorar el Código

docs(rs): time-format supporting custom formats

Hulxv hace 2 años
padre
commit
45178e2f7f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/output/time.rs

+ 1 - 1
src/output/time.rs

@@ -20,7 +20,7 @@ use unicode_width::UnicodeWidthStr;
 /// own enum variants. It’s not worth looking the locale up if the formatter
 /// prints month names as numbers.
 ///
-/// Currently exa does not support *custom* styles, where the user enters a
+/// Also, eza supports *custom* styles, where the user enters a
 /// format string in an environment variable or something. Just these four.
 #[derive(PartialEq, Eq, Debug, Clone)]
 pub enum TimeFormat {