From e5e2fe2528a839d58842c0903735e9b7ccdad58b Mon Sep 17 00:00:00 2001 From: Martin Jirku Date: Thu, 18 Jan 2024 22:39:36 +0100 Subject: [PATCH] chore: format by gofmt Signed-off-by: Martin Jirku --- cmd/root.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/root.go b/cmd/root.go index d5f9cb54..bebdf803 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -50,9 +50,9 @@ var ( // RootCmd root level flags and commands var RootCmd = &cobra.Command{ - Use: "kompose", - Short: "A tool helping Docker Compose users move to Kubernetes", - Long: `Kompose is a tool to help users who are familiar with docker-compose move to Kubernetes.`, + Use: "kompose", + Short: "A tool helping Docker Compose users move to Kubernetes", + Long: `Kompose is a tool to help users who are familiar with docker-compose move to Kubernetes.`, Example: ` kompose --file compose.yaml convert kompose -f first.yaml -f second.yaml convert kompose --provider openshift --file compose.yaml convert