mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #5220 from kaspar030/ethos_name_fix
dist: ethos: fix usage string
This commit is contained in:
commit
b5497c3be4
2
dist/tools/ethos/ethos.c
vendored
2
dist/tools/ethos/ethos.c
vendored
@ -30,7 +30,7 @@
|
||||
|
||||
static void usage(void)
|
||||
{
|
||||
fprintf(stderr, "usage: eth_over_serial <tap> <serial>\n");
|
||||
fprintf(stderr, "usage: ethos <tap> <serial>\n");
|
||||
}
|
||||
|
||||
int set_serial_attribs (int fd, int speed, int parity)
|
||||
|
Loading…
Reference in New Issue
Block a user