Skip to content

Commit

Permalink
[eclipse-iceoryx#432] Update doc/release-notes/iceoryx2-unreleased.md
Browse files Browse the repository at this point in the history
Co-authored-by: orecham <[email protected]>
  • Loading branch information
brosier01 and orecham committed Dec 24, 2024
1 parent 45085e8 commit 98759bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/release-notes/iceoryx2-unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
```

0 comments on commit 98759bc

Please sign in to comment.