From 120d12c802b41b3fa962aea6fdf1d11223b28bfb Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Thu, 31 Mar 2022 11:17:13 +0200 Subject: [PATCH] Fix doc --- cmd/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/main.go b/cmd/main.go index 31dc74d..1b0df68 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -19,8 +19,8 @@ It's not magical, sometimes you'll need to fix the generated charts. The general way to use it is to call one of these commands: katenary convert - katenary convert -f docker-compose.yml - katenary convert -f docker-compose.yml -o ./charts + katenary convert -c docker-compose.yml + katenary convert -c docker-compose.yml -o ./charts In case of, check the help of each command using: katenary --help