Skip to content

Commit

Permalink
Merge pull request #35 from retokromer/patch-3
Browse files Browse the repository at this point in the history
fix typo in usage msg
  • Loading branch information
dnewman-gpsw authored Jul 7, 2019
2 parents eee40a4 + f81ad25 commit 597c9ec
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 597c9ec

Please sign in to comment.