1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-09-15 04:08:07 -04:00

Sync usageHelp() with new reality.

git-svn-id: https://svn.xiph.org/trunk/ezstream@12585 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
moritz 2007-02-28 11:03:06 +00:00
parent 6b01b59811
commit 52f1750a70

View File

@ -799,7 +799,7 @@ usageHelp(void)
printf(" -c configfile use XML configuration in configfile\n"); printf(" -c configfile use XML configuration in configfile\n");
printf(" -h display this additional help and exit\n"); printf(" -h display this additional help and exit\n");
printf(" -q suppress STDERR output from external en-/decoders\n"); printf(" -q suppress STDERR output from external en-/decoders\n");
printf(" -v verbose output\n"); printf(" -v verbose output (use twice for more effect)\n");
printf("\n"); printf("\n");
printf("See the ezstream(1) manual for detailed information.\n"); printf("See the ezstream(1) manual for detailed information.\n");
} }