Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sys/shell/gnrc_netif: fix ifconfig set language issue #19970

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

krzysztof-cabaj
Copy link
Contributor

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

@github-actions github-actions bot added the Area: sys Area: System label Oct 11, 2023
@yarrick yarrick added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Oct 11, 2023
@riot-ci
Copy link

riot-ci commented Oct 11, 2023

Murdock results

✔️ PASSED

ce9c883 sys/shell/gnrc_netif: fix ifconfig set language issue

Success Failures Total Runtime
7937 0 7937 14m:56s

Artifacts

@yarrick
Copy link
Contributor

yarrick commented Oct 11, 2023

bors merge

@bors
Copy link
Contributor

bors bot commented Oct 11, 2023

👎 Rejected by too few approved reviews

@yarrick
Copy link
Contributor

yarrick commented Oct 11, 2023

bors merge

@bors
Copy link
Contributor

bors bot commented Oct 12, 2023

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot merged commit 357e406 into RIOT-OS:master Oct 12, 2023
25 checks passed
@MrKevinWeiss MrKevinWeiss added this to the Release 2023.10 milestone Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: sys Area: System CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants