More accurate usage screen

This commit is contained in:
Pierre Pronchery 2014-08-31 15:35:57 +02:00
parent e9a4adbcf8
commit 3eb73931da

View File

@ -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;
}