Skip to content
This repository was archived by the owner on Jan 17, 2019. It is now read-only.

Commit c9731f1

Browse files
committed
rmbox: usage function refinement
Refines the output content when displaying the logger usage. Signed-off-by: Bartosz Kokoszko <bartoszx.kokoszko@linux.intel.com>
1 parent 7f47792 commit c9731f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rmbox/rmbox.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ static void usage(void)
4141
fprintf(stdout, "%s:\t \t\t\tDisplay mailbox contents\n", APP_NAME);
4242
fprintf(stdout, "%s:\t -i infile -o outfile\tDump infile contents to outfile\n", APP_NAME);
4343
#ifdef LOGGER_FORMAT
44-
fprintf(stdout, "%s:\t -l *.ldc_file\t-i in_file\n", APP_NAME);
45-
fprintf(stdout, "%s:\t -p \tinput from stdin\n", APP_NAME);
44+
fprintf(stdout, "%s:\t -l *.ldc_file\t\t*.ldc files generated by rimage\n", APP_NAME);
45+
fprintf(stdout, "%s:\t -p \t\t\tInput from stdin\n", APP_NAME);
4646
#endif
4747
fprintf(stdout, "%s:\t -c\t\t\tSet timestamp clock in MHz\n", APP_NAME);
4848
fprintf(stdout, "%s:\t -s\t\t\tTake a snapshot of state\n", APP_NAME);

0 commit comments

Comments
 (0)