diff --git a/builder.sh b/builder.sh index c720cac..01ed358 100755 --- a/builder.sh +++ b/builder.sh @@ -31,13 +31,13 @@ function getHelp() { echo -e " -i, --installer" echo -e " Builds the installation assistant (wazuh-install.sh)" echo -e "" - echo -e " -c, --cert-tool" + echo -e " -c, --certs-tool" echo -e " Builds the certificates tool (wazuh-certs-tool.sh)" echo -e "" echo -e " -d [pre-release|staging], --development" echo -e " Use development repositories. By default it uses the pre-release package repository. If staging is specified, it will use that repository." echo -e "" - echo -e " -p, --password-tool" + echo -e " -p, --passwords-tool" echo -e " Builds the passwords tool (wazuh-passwords-tool.sh)" echo -e "" echo -e " -h, --help"