doc(readme): fix the command line help output

This commit is contained in:
2024-11-26 16:47:05 +01:00
parent 9181c389d4
commit e13653fba1

View File

@@ -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. Each [command] and subcommand has got an "help" and "--help" flag to show more information.
Usage: Usage:
katenary [command] katenary [command]
Examples: Examples:
katenary convert -c docker-compose.yml -o ./charts katenary convert -c docker-compose.yml -o ./charts
Available Commands: Available Commands:
completion Generates completion scripts completion Generates completion scripts
convert Converts a docker-compose file to a Helm Chart convert Converts a docker-compose file to a Helm Chart
hash-composefiles Print the hash of the composefiles hash-composefiles Print the hash of the composefiles
help Help about any command help Help about any command
help-labels Print the labels help for all or a specific label help-labels Print the labels help for all or a specific label
version Print the version number of Katenary schema Print the schema of the katenary file
version Print the version number of Katenary
Flags: Flags:
-h, --help help for katenary -h, --help help for katenary
-v, --version version for katenary -v, --version version for katenary
Use "katenary [command] --help" for more information about a command. Use "katenary [command] --help" for more information about a command.
``` ```