1
0
mirror of http://mpg123.de/trunk/.git synced 2025-07-30 02:01:12 +03:00
git-svn-id: svn://scm.orgis.org/mpg123/trunk@3416 35dc7657-300d-0410-a2e5-dc2837fedb53
This commit is contained in:
thor
2013-09-23 15:42:33 +00:00
parent 0882d4a965
commit b4eb3915d0

View File

@ -34,7 +34,7 @@ int main(int argc, char **argv)
}
else
{
fprintf(stderr, "I'll take your dirty MPEG audio from standard input and will write the extrated pure MPEG data to stadard output.\n");
fprintf(stderr, "I'll take your dirty MPEG audio from standard input and will write the extracted pure MPEG data to standard output.\n");
if(argc > 1 && strcmp(argv[1], "--noinfo") == 0)
{
fprintf(stderr, "Enabling parsing/consuming of the Info frame so that it will not appear in output.\n");