[xiph-commits] r8976 - icecast/trunk/icecast/src

msmith at motherfish-iii.xiph.org msmith at motherfish-iii.xiph.org
Wed Feb 23 16:39:11 PST 2005


Author: msmith
Date: 2005-02-23 16:39:08 -0800 (Wed, 23 Feb 2005)
New Revision: 8976

Modified:
   icecast/trunk/icecast/src/main.c
Log:
Remove references to -h option, which doesn't exist, and which users could only
ever find out about by running a command that did what -h claimed to do.



Modified: icecast/trunk/icecast/src/main.c
===================================================================
--- icecast/trunk/icecast/src/main.c	2005-02-24 00:17:45 UTC (rev 8975)
+++ icecast/trunk/icecast/src/main.c	2005-02-24 00:39:08 UTC (rev 8976)
@@ -74,10 +74,9 @@
 static void _print_usage()
 {
     printf(ICECAST_VERSION_STRING "\n\n");
-    printf("usage: icecast [-h -b -v] -c <file>\n");
+    printf("usage: icecast [-b -v] -c <file>\n");
     printf("options:\n");
     printf("\t-c <file>\tSpecify configuration file\n");
-    printf("\t-h\t\tDisplay usage\n");
     printf("\t-v\t\tDisplay version info\n");
     printf("\t-b\t\tRun icecast in the background\n");
     printf("\n");



More information about the commits mailing list