Document linter mode in ovniemu usage
This commit is contained in:
parent
e344044b43
commit
55a5be7d13
@ -14,13 +14,18 @@ static char progname[] = "ovniemu";
|
|||||||
static void
|
static void
|
||||||
usage(void)
|
usage(void)
|
||||||
{
|
{
|
||||||
rerr("Usage: %s [-c offsetfile] tracedir\n", progname);
|
rerr("Usage: %s [-c offsetfile] [-lh] tracedir\n", progname);
|
||||||
rerr("\n");
|
rerr("\n");
|
||||||
rerr("Options:\n");
|
rerr("Options:\n");
|
||||||
rerr(" -c offsetfile Use the given offset file to correct\n");
|
rerr(" -c offsetfile Use the given offset file to correct\n");
|
||||||
rerr(" the clocks among nodes. It can be\n");
|
rerr(" the clocks among nodes. It can be\n");
|
||||||
rerr(" generated by the ovnisync program\n");
|
rerr(" generated by the ovnisync program\n");
|
||||||
rerr("\n");
|
rerr("\n");
|
||||||
|
rerr(" -l Enable linter mode. Extra tests will\n");
|
||||||
|
rerr(" be performed.\n");
|
||||||
|
rerr("\n");
|
||||||
|
rerr(" -h Show help.\n");
|
||||||
|
rerr("\n");
|
||||||
rerr(" tracedir The output trace dir generated by ovni.\n");
|
rerr(" tracedir The output trace dir generated by ovni.\n");
|
||||||
rerr("\n");
|
rerr("\n");
|
||||||
rerr("The output PRV files are placed in the tracedir directory.\n");
|
rerr("The output PRV files are placed in the tracedir directory.\n");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user