Skip to content

Commit

Permalink
fix: Help messages
Browse files Browse the repository at this point in the history
  • Loading branch information
sylwit committed Mar 30, 2023
1 parent 2afee7d commit 898cd56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ func Execute() error {

func init() {
rootCmd.Flags().Bool("unused-only", false, "Display only unused values")
rootCmd.Flags().Bool("variables", false, "Display only unused variables")
rootCmd.Flags().Bool("locals", false, "Display only unused locals")
rootCmd.Flags().Bool("variables", false, "Display only variables")
rootCmd.Flags().Bool("locals", false, "Display only locals")
}

0 comments on commit 898cd56

Please sign in to comment.