Skip to content

Commit

Permalink
eza: fix time-style
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Dec 9, 2024
1 parent ad936b8 commit d15d610
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
Expand Up @@ -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")
Expand Down

0 comments on commit d15d610

Please sign in to comment.