Skip to content

Commit 6093ca9

Browse files
committed
tools: logger: Add clock parameter in help message
help message should explicity show that -c flags needs parameter. Signed-off-by: Karol Trzcinski <karolx.trzcinski@linux.intel.com>
1 parent 1fff07c commit 6093ca9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/logger/logger.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ static void usage(void)
4242
"default verification file\n", APP_NAME);
4343
fprintf(stdout, "%s:\t -v ver_file\t\tEnable checking firmware version "
4444
"with ver_file file\n", APP_NAME);
45-
fprintf(stdout, "%s:\t -c\t\t\tSet timestamp clock in MHz\n", APP_NAME);
45+
fprintf(stdout, "%s:\t -c clock\t\tSet timestamp clock in MHz\n",
46+
APP_NAME);
4647
fprintf(stdout, "%s:\t -s state_name\t\tTake a snapshot of state\n",
4748
APP_NAME);
4849
fprintf(stdout, "%s:\t -t\t\t\tDisplay trace data\n", APP_NAME);

0 commit comments

Comments
 (0)