--- psiconv/trunk/program/psiconv/psiconv.c 1999/10/03 21:10:49 4 +++ psiconv/trunk/program/psiconv/psiconv.c 1999/10/04 16:38:15 5 @@ -59,6 +59,7 @@ puts(" HTML (default)"); puts(" HTML4"); puts(" ASCII"); + puts(" RTF"); } void print_version(void) @@ -176,6 +177,8 @@ psiconv_gen_html4(f,file); else if (! strcmp(type,"ASCII")) psiconv_gen_txt(f,file); + else if (! strcmp(type,"RTF")) + psiconv_gen_rtf(f,file); else { fprintf(stderr,"Unknown output type: `%s'\n",type); exit(1);