Просмотр исходного кода

docs(rs): time-format supporting custom formats

Hulxv 2 лет назад
Родитель
Сommit
45178e2f7f
1 измененных файлов с 1 добавлено и 1 удалено
  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 {