From 73f74bc2464ffb7871da831ddb223467b94de91b Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Tue, 10 Oct 2023 10:38:23 +0200 Subject: [PATCH] chore(kic): rename flag to align with other commands --- cmd/file_kong2kic.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/file_kong2kic.go b/cmd/file_kong2kic.go index a17484180..bcfd77d82 100644 --- a/cmd/file_kong2kic.go +++ b/cmd/file_kong2kic.go @@ -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",