From 3c3c3c0809054b5d51d713c6668fe71ea8525c21 Mon Sep 17 00:00:00 2001 From: Manuel Date: Tue, 21 May 2024 13:52:12 +0200 Subject: [PATCH] Fix: addressed requested changes --- source/development/packaging/generate-deb-rpm-package.rst | 2 +- source/development/packaging/generate-osx-package.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/development/packaging/generate-deb-rpm-package.rst b/source/development/packaging/generate-deb-rpm-package.rst index cfa88ceadf..379f161ca2 100644 --- a/source/development/packaging/generate-deb-rpm-package.rst +++ b/source/development/packaging/generate-deb-rpm-package.rst @@ -18,7 +18,7 @@ Requirements * Docker * Git -Download our wazuh repository from GitHub and go to the debs directory. +Download our wazuh repository from GitHub and go to the packages directory. .. code-block:: console diff --git a/source/development/packaging/generate-osx-package.rst b/source/development/packaging/generate-osx-package.rst index 583e5f4e7f..6b3ae5288d 100644 --- a/source/development/packaging/generate-osx-package.rst +++ b/source/development/packaging/generate-osx-package.rst @@ -40,7 +40,7 @@ Execute the ``generate_wazuh_packages.sh`` script, with the different options yo Build options: -a, --architecture [Optional] Target architecture of the package [intel64/arm64]. By Default: intel64. - -b, --branch [Optional] Select Git branch []. + -b, --branch [Optional] Select Git branch. -s, --store-path [Optional] Set the destination absolute path of package. -j, --jobs [Optional] Number of parallel jobs when compiling. -r, --revision [Optional] Package revision that append to version e.g. x.x.x-rev