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

Commit 9df6d36

Browse files
authored
Merge pull request #103 from bkokoszx/logger_usage
rmbox: usage function refinement
2 parents 06a42dd + c9731f1 commit 9df6d36

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)