diff --git a/doc/nrf/protocols/matter/getting_started/tools.rst b/doc/nrf/protocols/matter/getting_started/tools.rst index a86f573e1fd1..56908973b69a 100644 --- a/doc/nrf/protocols/matter/getting_started/tools.rst +++ b/doc/nrf/protocols/matter/getting_started/tools.rst @@ -275,7 +275,7 @@ You can use the following optional arguments: * ``-z`` or ``--zap-file`` to provide a path to the :file:`.zap` file. Use this option if you call the ``zap-generate`` command outside the project directory. -* ``-o`` or ``--output`` to provide a path to the directory where output C++ files will be stored. +* ``-o`` or ``--output`` to provide a path (relative to :file:`.zap` file's location) to the directory where output C++ files will be stored. Use this option if you call the ``zap-generate`` command outside the project directory. * ``-m`` or ``--matter-path`` to provide a path to a different Matter SDK location than the default one. diff --git a/west.yml b/west.yml index 186815e0da45..1adf504de094 100644 --- a/west.yml +++ b/west.yml @@ -160,7 +160,7 @@ manifest: - name: matter repo-path: sdk-connectedhomeip path: modules/lib/matter - revision: fd8e621006950f56c6cb54f670872d709d95b64f + revision: pull/462/head west-commands: scripts/west/west-commands.yml submodules: - name: nlio