Skip to content

Commit

Permalink
Fixed builder help
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcr01 committed Aug 22, 2024
1 parent b342ce4 commit 299f844
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 299f844

Please sign in to comment.