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 7adf380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7adf380

Please sign in to comment.