Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
19970: sys/shell/gnrc_netif: fix ifconfig set language issue r=yarrick a=krzysztof-cabaj ### Contribution description This PR fix some language issues in the output of `ifconfig set`. ### Testing procedure Compile any program with `gnrc_netif` module, for example `examples/gcoap`. Compare last line of presented outputs. Output of `ifconfig help` without this PR. ``` All up, running the shell now > ifconfig help ifconfig help usage: ifconfig help usage: ifconfig <if_id> [up|down] usage: ifconfig <if_id> set <key> <value> Sets an hardware specific specific value ``` Output of `ifconfig help` with this PR. ``` All up, running the shell now > ifconfig help ifconfig help usage: ifconfig usage: ifconfig help usage: ifconfig <if_id> [up|down] usage: ifconfig <if_id> set <key> <value> Sets a hardware specific value ``` ### Issues/PRs references None Co-authored-by: krzysztof-cabaj <kcabaj@gmail.com>
- Loading branch information