Skip to content

Commit

Permalink
Update cmd/validate.go
Browse files Browse the repository at this point in the history
Co-authored-by: Nils Gustav Stråbø <[email protected]>
  • Loading branch information
Richard87 and nilsgstrabo authored Nov 7, 2023
1 parent b6852c9 commit 04b6b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var validateCmd = &cobra.Command{

func init() {
rootCmd.AddCommand(validateCmd)
validateCmd.Flags().StringP("radixconfig", "c", "radixconfig.yaml", "Path to radixconfig.yaml")
validateCmd.Flags().StringP("config-file", "f", "radixconfig.yaml", "Name of the radixconfig file. Defaults to radixconfig.yaml in current directory")
validateCmd.Flags().BoolP("print", "p", false, "Print parsed config file")
setVerbosePersistentFlag(validateCmd)
}

0 comments on commit 04b6b3d

Please sign in to comment.