[xiph-commits] r7378 - icecast/trunk/ices0/src

brendan at dactyl.lonelymoon.com brendan
Tue Jul 27 14:24:56 PDT 2004


Author: brendan
Date: Tue Jul 27 14:24:56 2004
New Revision: 7378

Modified:
icecast/trunk/ices0/src/setup.c
Log:
Add -C to usage message.


Modified: icecast/trunk/ices0/src/setup.c
===================================================================
--- icecast/trunk/ices0/src/setup.c	2004-07-27 21:00:01 UTC (rev 7377)
+++ icecast/trunk/ices0/src/setup.c	2004-07-27 21:24:55 UTC (rev 7378)
@@ -527,11 +527,12 @@
static void
ices_setup_usage (void)
{
-  printf ("This is ices " VERSION "\n");
-  printf ("ices <options>\n");
-  printf ("Options:\n");
-  printf ("\t-B (Background (daemon mode))\n");
-  printf ("\t-b <stream bitrate>\n");
+  printf ("This is ices " VERSION "\n"
+	  "ices <options>\n"
+	  "Options:\n"
+	  "\t-B (Background (daemon mode))\n"
+	  "\t-b <stream bitrate>\n"
+	  "\t-C <crossfade seconds>\n");
printf ("\t-c <configfile>\n");
printf ("\t-D <base directory>\n");
printf ("\t-d <stream description>\n");



More information about the commits mailing list