Skip to content

Commit

Permalink
Rename -d to -v
Browse files Browse the repository at this point in the history
  • Loading branch information
strokyl committed Feb 23, 2024
1 parent f994e51 commit 1af8323
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 @@ -31,5 +31,5 @@ func Execute() {
}

func init() {
debug = rootCmd.PersistentFlags().BoolP("debug", "d", false, "Show rest query")
debug = rootCmd.PersistentFlags().BoolP("verbose", "v", false, "Show more information for debugging")
}

0 comments on commit 1af8323

Please sign in to comment.