Skip to content

Commit

Permalink
fix: record filter description
Browse files Browse the repository at this point in the history
  • Loading branch information
rwxd committed Feb 22, 2024
1 parent 8063219 commit 1872b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func init() {
rootCmd.Flags().Bool("zone", false, "search only for zones")
rootCmd.Flags().Bool("record", false, "search only for records")
rootCmd.Flags().Bool("comment", false, "search only for comments")
rootCmd.Flags().StringP("type", "t", "", "type of record (A, AAAA, TXT ....)")
rootCmd.Flags().StringP("type", "t", "", "filter type of record (A, AAAA, TXT ....)")
rootCmd.Flags().String("show-completion", "", "show completion (bash, zsh, fish, powershell)")

viper.AutomaticEnv()
Expand Down

0 comments on commit 1872b1d

Please sign in to comment.