Commit 9f444af5 authored by Tristan Gingold's avatar Tristan Gingold

mockturtle-messages.c: fix help message.

parent a677cd01
......@@ -40,7 +40,7 @@ static int protocol;
static void help()
{
fprintf(stderr, "\n");
fprintf(stderr, "mockturtle-messages -D 0x<hex-number> -i <number> [options]\n\n");
fprintf(stderr, "mockturtle-messages [options]\n\n");
fprintf(stderr, "It dumps all messages from a given set of Mock-Turtle slots\n\n");
fprintf(stderr, "-q message queue selection string\n\t0x<devid>,<cpu>,<hmq>,<n>\n");
fprintf(stderr, "-t print message timestamp\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment