From 3eb73931daedc0c3cc7feaf114e04e058fe0c5e5 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 31 Aug 2014 15:35:57 +0200 Subject: [PATCH] More accurate usage screen --- tests/transport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/transport.c b/tests/transport.c index 16cc437..70b5da7 100644 --- a/tests/transport.c +++ b/tests/transport.c @@ -230,7 +230,7 @@ static int _transport_callback_timeout(void * data) /* usage */ static int _usage(void) { - fputs("Usage: transport -p protocol name\n", stderr); + fputs("Usage: transport [-p protocol] [name]\n", stderr); return 1; }