Commit 3287e805 authored by Dimitris Lampridis's avatar Dimitris Lampridis

sw/tools: update help for wrtd-boot

parent b1077f0f
......@@ -45,12 +45,12 @@ char *strtype[] = {
static void help()
{
fprintf(stderr, "wrtd-boot [options] -D 0x<hex-number> -t <path> -f <path> [-T <number>]\n");
fprintf(stderr, "It loads thewhite-rabbit trigger-distribution application into the node-core CPUs\n\n");
fprintf(stderr, "-D WRNC device identificator\n");
fprintf(stderr, "-t path to TDC real-time application\n");
fprintf(stderr, "-f path to Fine-Delay real-time application\n");
fprintf(stderr, "-o set base offset\n");
fprintf(stderr, "wrtd-boot [options] -D 0x<hex-number> -i <path> -o <path> [-t]\n");
fprintf(stderr, "Load the white-rabbit trigger-distribution application into the mockturtle CPUs\n\n");
fprintf(stderr, "-D Mockturtle device identificator\n");
fprintf(stderr, "-i path to TDC real-time application\n");
fprintf(stderr, "-o path to Fine-Delay real-time application\n");
fprintf(stderr, "-t set timebase offset for TDC\n");
exit(1);
}
......
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