فهرست منبع

docs(rs): time-format supporting custom formats

Hulxv 2 سال پیش
والد
کامیت
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 {