Skip to content

Commit

Permalink
refactor: remove unused verbose flag
Browse files Browse the repository at this point in the history
  • Loading branch information
gabor-boros committed Oct 13, 2021
1 parent d3299d3 commit 28f865d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/root.go
Expand Up @@ -126,7 +126,6 @@ func initCommonFlags() {
rootCmd.Flags().BoolP("force-billed-duration", "", false, "treat every second spent as billed")

rootCmd.Flags().BoolP("dry-run", "", false, "fetch entries, but do not sync them")
rootCmd.Flags().BoolP("verbose", "", false, "print verbose messages")
rootCmd.Flags().BoolP("version", "", false, "show command version")
}

Expand Down

0 comments on commit 28f865d

Please sign in to comment.