From ac89a380c18bbfb0c00faed9aa284c2265b6110d Mon Sep 17 00:00:00 2001 From: Bruce Rosier <71630425+brosier01@users.noreply.github.com> Date: Tue, 15 Oct 2024 19:49:29 +0200 Subject: [PATCH] Update doc/release-notes/iceoryx2-unreleased.md Co-authored-by: orecham --- doc/release-notes/iceoryx2-unreleased.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/release-notes/iceoryx2-unreleased.md b/doc/release-notes/iceoryx2-unreleased.md index 1ffd038fb..7f7fe53ce 100644 --- a/doc/release-notes/iceoryx2-unreleased.md +++ b/doc/release-notes/iceoryx2-unreleased.md @@ -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 ```