[xiph-commits] r13587 - in trunk/ezstream: doc src
moritz at svn.xiph.org
moritz at svn.xiph.org
Wed Aug 22 08:19:18 PDT 2007
Author: moritz
Date: 2007-08-22 08:19:17 -0700 (Wed, 22 Aug 2007)
New Revision: 13587
Modified:
trunk/ezstream/doc/ezstream.1.in
trunk/ezstream/src/ezstream.c
Log:
The -c parameter is not optional.
Modified: trunk/ezstream/doc/ezstream.1.in
===================================================================
--- trunk/ezstream/doc/ezstream.1.in 2007-08-22 15:15:49 UTC (rev 13586)
+++ trunk/ezstream/doc/ezstream.1.in 2007-08-22 15:19:17 UTC (rev 13587)
@@ -13,7 +13,7 @@
.Nm
.Bk -words
.Op Fl hnqVv
-.Op Fl c Ar configfile
+.Fl c Ar configfile
.Ek
.Sh DESCRIPTION
The
Modified: trunk/ezstream/src/ezstream.c
===================================================================
--- trunk/ezstream/src/ezstream.c 2007-08-22 15:15:49 UTC (rev 13586)
+++ trunk/ezstream/src/ezstream.c 2007-08-22 15:19:17 UTC (rev 13587)
@@ -1019,14 +1019,14 @@
void
usage(void)
{
- printf("usage: %s [-hnqVv] [-c configfile]\n", __progname);
+ printf("usage: %s [-hnqVv] -c configfile\n", __progname);
}
void
usageHelp(void)
{
printf("\n");
- printf(" -c configfile use XML configuration in configfile\n");
+ printf(" -c configfile use XML configuration in configfile (mandatory)\n");
printf(" -h display this additional help and exit\n");
printf(" -n normalize metadata strings\n");
printf(" -q suppress STDERR output from external en-/decoders\n");
More information about the commits
mailing list