Skip to content

Commit

Permalink
capitalize 'unicast'
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Bumgardner <jbumgardner@google.com>
  • Loading branch information
EskoDijk and Vyrastas authored Jun 18, 2024
1 parent a6601df commit 2d98ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/cli_udp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ UdpExample::UdpExample(otInstance *aInstance, OutputImplementer &aOutputImplemen
* - `-u`: Unspecified network interface, which means that the UDP/IPv6 stack determines which
* network interface to bind the socket to.
* - `-b`: Backbone network interface is used.
* - `ip`: unicast IPv6 address to bind to. If you wish to have the UDP/IPv6 stack assign the binding
* - `ip`: Unicast IPv6 address to bind to. If you wish to have the UDP/IPv6 stack assign the binding
* IPv6 address, or if you wish to bind to multicast IPv6 addresses, then you can use the following
* value to use the unspecified IPv6 address: `::`. Each example uses the unspecified IPv6 address.
* - `port`: UDP port number to bind to. Each of the examples is using port number 1234.
Expand Down

0 comments on commit 2d98ac4

Please sign in to comment.