1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-12-04 14:46:30 -05:00

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
This commit is contained in:
Michael Smith 2005-02-24 00:39:08 +00:00
parent 82a9fa3bc7
commit af3d1f716b

View File

@ -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 <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");