Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eza: fix time-style
Browse files Browse the repository at this point in the history
rsteube committed Dec 9, 2024
1 parent ad936b8 commit 815c1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completers/eza_completer/cmd/root.go
Original file line number Diff line number Diff line change
@@ -75,7 +75,7 @@ func init() {
rootCmd.Flags().StringP("sort", "s", "", "which field to sort by")
rootCmd.Flags().Bool("stdin", false, "read file names from stdin, one per line or other separator ")
rootCmd.Flags().StringP("time", "t", "", "which timestamp field to list")
rootCmd.Flags().Bool("time-style", false, "how to format timestamps")
rootCmd.Flags().String("time-style", "", "how to format timestamps")
rootCmd.Flags().Bool("total-size", false, "show the size of a directory as the size of all")
rootCmd.Flags().BoolP("tree", "T", false, "recurse into directories as a tree")
rootCmd.Flags().BoolP("version", "v", false, "show version of eza")

0 comments on commit 815c1de

Please sign in to comment.