Skip to content

Commit

Permalink
revert: accidental change to command shorthand
Browse files Browse the repository at this point in the history
  • Loading branch information
s-irvine committed Feb 14, 2020
1 parent 53b91d7 commit 2ff067f
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 @@ -48,7 +48,7 @@ func newCmdRoot() *cobra.Command {
panic(err)
}

rootCmd.PersistentFlags().StringP("category", "f", "",
rootCmd.PersistentFlags().StringP("category", "g", "",
"Sorts the list of scenarios by only showing scenarios of specified category")
if err := viper.BindPFlag("category", rootCmd.PersistentFlags().Lookup("category")); err != nil {
panic(err)
Expand Down

0 comments on commit 2ff067f

Please sign in to comment.