Skip to content

Commit

Permalink
fix typo in usage msg
Browse files Browse the repository at this point in the history
  • Loading branch information
retokromer authored Jul 7, 2019
1 parent 8096a8c commit f81ad25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/TestCFHD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1142,7 +1142,7 @@ int main(int argc, char **argv)

if (showusage)
{
printf("usage: %s [switches] or <filname.MOV|MP4|AVI>\n", argv[0]);
printf("usage: %s [switches] or <filename.MOV|MP4|AVI>\n", argv[0]);
printf(" -D = decoder tester\n");
printf(" -E = encoder tester\n");
}
Expand Down

0 comments on commit f81ad25

Please sign in to comment.