From 42dbc44be43a41b3f22cb466cae0306be5270842 Mon Sep 17 00:00:00 2001 From: Oleg Hahm Date: Mon, 10 Mar 2014 20:03:14 +0100 Subject: [PATCH] amendment to 169976f --- sys/shell/commands/sc_transceiver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/shell/commands/sc_transceiver.c b/sys/shell/commands/sc_transceiver.c index 8df24c78fb..e63f76478c 100644 --- a/sys/shell/commands/sc_transceiver.c +++ b/sys/shell/commands/sc_transceiver.c @@ -307,7 +307,7 @@ void _transceiver_set_ignore_handler(int argc, char **argv) return; } else if (argc != 2) { - printf("Usage:\n%s
\n", argv[1]); + printf("Usage:\n%s
\n", argv[0]); } radio_address_t a;