Skip to content

Commit

Permalink
chore(kic): rename flag to align with other commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Oct 10, 2023
1 parent 1bf65af commit 73f74bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/file_kong2kic.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ using the KongIngress CRD. Output in YAML or JSON format.`,
Args: cobra.NoArgs,
}

kong2KicCmd.Flags().StringVarP(&cmdKong2KicInputFilename, "input-file", "i", "-",
"Kong spec file to process. Use - to read from stdin.")
kong2KicCmd.Flags().StringVarP(&cmdKong2KicInputFilename, "state", "s", "-",
"decK file to process. Use - to read from stdin.")
kong2KicCmd.Flags().StringVarP(&cmdKong2KicOutputFilename, "output-file", "o", "-",
"Output file to write. Use - to write to stdout.")
kong2KicCmd.Flags().StringVar(&cmdKong2KicManifestStyle, "style", "annotation",
Expand Down

0 comments on commit 73f74bc

Please sign in to comment.