From abe41c1a0a29e89dd4899f11608da7237a390f18 Mon Sep 17 00:00:00 2001 From: thor Date: Sat, 26 Oct 2024 14:33:30 +0000 Subject: [PATCH] out123: add --quiet to --longhelp (bug 372) git-svn-id: svn://scm.orgis.org/mpg123/trunk@5434 35dc7657-300d-0410-a2e5-dc2837fedb53 --- NEWS | 1 + src/out123.c | 1 + 2 files changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 69d55f1f..2f2a6041 100644 --- a/NEWS +++ b/NEWS @@ -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 ------ diff --git a/src/out123.c b/src/out123.c index 1a1d7560..d12b914c 100644 --- a/src/out123.c +++ b/src/out123.c @@ -1910,6 +1910,7 @@ static void long_usage(int err) fprintf(o," 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