Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sderosiaux committed Aug 28, 2024
1 parent 71653f5 commit 976c48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func initGet(kinds schema.KindCatalog) {
kindCmd.MarkFlagRequired(flag.FlagName)
}
}
kindCmd.Flags().StringP("output", "o", "", "Output format. One of: json|yaml")
kindCmd.Flags().StringP("output", "o", "yaml", "Output format. One of: json|yaml")
getCmd.AddCommand(kindCmd)
}
}

0 comments on commit 976c48e

Please sign in to comment.