From e13653fba1820afcf2a5375ed910f57ce440d72d Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Tue, 26 Nov 2024 16:47:05 +0100 Subject: [PATCH] doc(readme): fix the command line help output --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f0cb941..5f13eb1 100644 --- a/README.md +++ b/README.md @@ -108,22 +108,23 @@ Katenary is a tool to convert compose files to Helm Charts. Each [command] and subcommand has got an "help" and "--help" flag to show more information. Usage: -katenary [command] + katenary [command] Examples: -katenary convert -c docker-compose.yml -o ./charts + katenary convert -c docker-compose.yml -o ./charts Available Commands: -completion Generates completion scripts -convert Converts a docker-compose file to a Helm Chart -hash-composefiles Print the hash of the composefiles -help Help about any command -help-labels Print the labels help for all or a specific label -version Print the version number of Katenary + completion Generates completion scripts + convert Converts a docker-compose file to a Helm Chart + hash-composefiles Print the hash of the composefiles + help Help about any command + help-labels Print the labels help for all or a specific label + schema Print the schema of the katenary file + version Print the version number of Katenary Flags: --h, --help help for katenary --v, --version version for katenary + -h, --help help for katenary + -v, --version version for katenary Use "katenary [command] --help" for more information about a command. ```