Just a small problem in the commit message, I think what you wanted to say was "if stdin" instead of "in stdin". -- Jo?o Paulo Rechi Vita http://about.me/jprvita On Jul 19, 2013 4:35 PM, "Peter Meerwald" <pmeerw at pmeerw.net> wrote: > Signed-off-by: Peter Meerwald <pmeerw at pmeerw.net> > --- > src/utils/pacmd.c | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git a/src/utils/pacmd.c b/src/utils/pacmd.c > index 7dd3c9b..02b457d 100644 > --- a/src/utils/pacmd.c > +++ b/src/utils/pacmd.c > @@ -83,9 +83,9 @@ static void help(const char *argv0) { > > printf(_("\n" > " -h, --help Show this help\n" > - " --version Show version\n" > " --quiet Don't show welcome > message\n" > - "When no command is given pacmd starts in the interactive > mode\n" )); > + " --version Show version\n" > + "When no command is given pacmd starts in the interactive > mode.\n" )); > } > > enum { > @@ -220,6 +220,9 @@ int main(int argc, char*argv[]) { > ibuf_eof = true; > } > > + if (ibuf_eof || !isatty(STDIN_FILENO)) > + quiet = true; > + > /* wait for initial welcome */ > for (;;) { > struct pollfd *p; > -- > 1.8.3.2 > > _______________________________________________ > pulseaudio-discuss mailing list > pulseaudio-discuss at lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/pulseaudio-discuss/attachments/20130725/e9d1b0c0/attachment.html>