From 52f1750a7002feaf0db6a6cacf74ddae4c703a26 Mon Sep 17 00:00:00 2001 From: moritz Date: Wed, 28 Feb 2007 11:03:06 +0000 Subject: [PATCH] Sync usageHelp() with new reality. git-svn-id: https://svn.xiph.org/trunk/ezstream@12585 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- src/ezstream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ezstream.c b/src/ezstream.c index 38e1af1..bc7406e 100644 --- a/src/ezstream.c +++ b/src/ezstream.c @@ -799,7 +799,7 @@ usageHelp(void) printf(" -c configfile use XML configuration in configfile\n"); printf(" -h display this additional help and exit\n"); printf(" -q suppress STDERR output from external en-/decoders\n"); - printf(" -v verbose output\n"); + printf(" -v verbose output (use twice for more effect)\n"); printf("\n"); printf("See the ezstream(1) manual for detailed information.\n"); }