From 7d151f250bb7e916470ef985f43e183bc3570461 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Thu, 31 Mar 2016 23:14:23 +0200 Subject: [PATCH] dist: ethos: fix usage string --- dist/tools/ethos/ethos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/tools/ethos/ethos.c b/dist/tools/ethos/ethos.c index ef10b9981e..63bbe6e91e 100644 --- a/dist/tools/ethos/ethos.c +++ b/dist/tools/ethos/ethos.c @@ -30,7 +30,7 @@ static void usage(void) { - fprintf(stderr, "usage: eth_over_serial \n"); + fprintf(stderr, "usage: ethos \n"); } int set_serial_attribs (int fd, int speed, int parity)