diff --git a/builder.sh b/builder.sh index c720cac..f007604 100755 --- a/builder.sh +++ b/builder.sh @@ -29,16 +29,16 @@ function getHelp() { echo -e "" echo -e "DESCRIPTION" echo -e " -i, --installer" - echo -e " Builds the installation assistant (wazuh-install.sh)" + echo -e " Builds the unattended installer single file wazuh-install.sh" echo -e "" echo -e " -c, --cert-tool" - echo -e " Builds the certificates tool (wazuh-certs-tool.sh)" + echo -e " Builds the certificate creation tool wazuh-cert-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 " Builds the passwords tool (wazuh-passwords-tool.sh)" + echo -e " Builds the password creation and modification tool wazuh-password-tool.sh" echo -e "" echo -e " -h, --help" echo -e " Shows help."