Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Sahil Lakhwani <sahilakhwani@gmail.com>
  • Loading branch information
sahil-lakhwani committed Jan 27, 2022
1 parent e52434c commit 9db5cbe
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 @@ -52,7 +52,7 @@ func Execute() {
}

func init() {
rootCmd.PersistentFlags().BoolVarP(&required, "required", "r", false, "output only required vavlues")
rootCmd.PersistentFlags().BoolVarP(&required, "required", "r", false, "output only required values")
cobra.OnInitialize(initConfig)
}

Expand Down

0 comments on commit 9db5cbe

Please sign in to comment.