Skip to content

Commit

Permalink
out123: add --quiet to --longhelp (bug 372)
Browse files Browse the repository at this point in the history
git-svn-id: svn://scm.orgis.org/mpg123/trunk@5434 35dc7657-300d-0410-a2e5-dc2837fedb53
  • Loading branch information
thor committed Oct 26, 2024
1 parent c90589d commit abe41c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
-- Prevent premature application of header info into decoding structure,
at worst having triggered out-of-bounds writes of decoded PCM data
(bug 322, again).
- out123: Show --quiet in --longhelp.

1.32.7
------
Expand Down
1 change: 1 addition & 0 deletions src/out123.c
Original file line number Diff line number Diff line change
Expand Up @@ -1910,6 +1910,7 @@ static void long_usage(int err)
fprintf(o," <a> average events per second\n");
fprintf(o," -t --test no output, just read and discard data (-o test)\n");
fprintf(o," -v[*] --verbose increase verboselevel\n");
fprintf(o," -q --quiet quiet mode\n");
#ifdef HAVE_SETPRIORITY
fprintf(o," --aggressive tries to get higher priority (nice)\n");
#endif
Expand Down

0 comments on commit abe41c1

Please sign in to comment.