Commit 544a2471 authored by Federico Vaga's avatar Federico Vaga

sw:tool: fix ping help message

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 7d4ee06e
......@@ -32,8 +32,8 @@ static void help(char *name)
fprintf(stderr, "%s [options]\n", name);
fprintf(stderr, " -h print this help\n");
fprintf(stderr, " -D 0x<dev_id> device id to ping\n");
fprintf(stderr, " -i <num> input slot number\n");
fprintf(stderr, " -o <num> output slot number\n");
fprintf(stderr, " -c <num> CPU index\n");
fprintf(stderr, " -q <num> HMQ index\n");
fprintf(stderr, " -n <num> number of ping to perform\n");
fprintf(stderr, " -p <num> ping period in micro-seconds\n");
fprintf(stderr, " -v show device version\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