From af3d1f716b91420fa2dc922b62e5f6165b2078a3 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 24 Feb 2005 00:39:08 +0000 Subject: [PATCH] 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. svn path=/icecast/trunk/icecast/; revision=8976 --- src/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.c b/src/main.c index c905658a..66d8aff8 100644 --- a/src/main.c +++ b/src/main.c @@ -74,10 +74,9 @@ static void _fatal_error(char *perr) static void _print_usage() { printf(ICECAST_VERSION_STRING "\n\n"); - printf("usage: icecast [-h -b -v] -c \n"); + printf("usage: icecast [-b -v] -c \n"); printf("options:\n"); printf("\t-c \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");