Commit 37c17c45 authored by Adam Wujek's avatar Adam Wujek

lib/cmdline: add info about diagnostic level

Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
parent a3d0cf14
......@@ -25,7 +25,8 @@ static struct cmd_line_opt cmd_line_list[] = {
{"-C CONFIG_ITEM", "set configuration options as stated in CONFIG_ITEM\n\t"
"CONFIG_ITEM must be a valid config string, enclosed by \" \""},
{"-f FILE", "read configuration file"},
{"-d STRING", "diagnostic level (see diag-macros.h)"},
{"-d STRING", "diagnostic level (see diag-macros.h)\n\t"
"FSM, Time, Frames, Servo, BMC, Extension, Configuration"},
CMD_LINE_SEPARATOR,
{"-t", "do not adjust the system clock"},
{"-w NUMBER", "specify meanDelay filter stiffness"},
......
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