Skip to content

Commit f8e49de

Browse files
committed
feat: change default time format (HH:MM)
1 parent 6a646ab commit f8e49de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/input.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pub struct Cli {
3434
pub long: bool,
3535

3636
/// Formats the time output
37-
#[structopt(long = "time-format", default_value = "%e %b %T")]
37+
#[structopt(long = "time-format", default_value = "%e %b %H.%M")]
3838
pub time_format: String,
3939

4040
/// Shows the file created time instead of the file modified time

0 commit comments

Comments
 (0)