From 98759bce0b60305797df1e847497cfe48a5771d0 Mon Sep 17 00:00:00 2001 From: Bruce Rosier <71630425+brosier01@users.noreply.github.com> Date: Tue, 15 Oct 2024 19:40:46 +0200 Subject: [PATCH] [#432] Update doc/release-notes/iceoryx2-unreleased.md Co-authored-by: orecham --- doc/release-notes/iceoryx2-unreleased.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/release-notes/iceoryx2-unreleased.md b/doc/release-notes/iceoryx2-unreleased.md index a0da9e98d..7f7fe53ce 100644 --- a/doc/release-notes/iceoryx2-unreleased.md +++ b/doc/release-notes/iceoryx2-unreleased.md @@ -8,7 +8,7 @@ Create a new CLI for iceoryx2 `iox2-config` -`iox2-config` can `show` the configuration currently in use and `generate` a new +`iox2 config` can `show` the configuration currently in use and `generate` a new configuration file at the default location iceoryx2 is looking for. * Add CLI to display complete system configuration [#432](https://github.com/eclipse-iceoryx/iceoryx2/issues/432) @@ -24,5 +24,5 @@ Remove the `print_system_configuration()` function in ```bash cargo run --bin iox2-config show - cargo run --bin iox2-config generate + iox2 config generate ```