main: Fixup the help screen

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2015-12-30 13:06:40 +01:00
parent c0f0342596
commit db94df5f9c
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ print_help(char *progname)
fprintf(stdout, "\n");
fprintf(stdout, "Options:\n");
fprintf(stdout, " -i, --input-file=FILE\t\tInput file\n");
fprintf(stdout, " -I, --input-rtp=HOST/PORT\t\tInput RTP stream\n");
fprintf(stdout, " -I, --input-rtp=HOST/PORT\tInput RTP stream\n");
fprintf(stdout, " -o, --output-file=FILE\tOutput file\n");
fprintf(stdout, " -O, --output-rtp=HOST/PORT\tOutput RTP stream\n");
fprintf(stdout, " -f, --input-format=FMT\tInput format (see below)\n");