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