Commit 3e09389f authored by Adam Wujek's avatar Adam Wujek 💬

userspace/wrsw_rtud: add printout to help about verbosity options

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 4930d037
......@@ -82,7 +82,9 @@ void usage(char *name)
"\t-h help\n"
"\t-p polynomial for hash calculation. Possible values are CCITT, IBM, DECT\n"
"\t-r aging resolution (in sec). 20 sec by default\n"
"\t-t aging time (10 to 10000 sec). 300 sec by default.\n",
"\t-t aging time (10 to 10000 sec). 300 sec by default.\n"
"\t-q decrease verbosity\n"
"\t-v dncrease verbosity\n",
name);
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