? abi/en-US.strings ? abi/src/Linux_2.2.5-15_i386_OBJ ? abi/src/Linux_2.2.5-15_i386_DBG ? expat/xmltok/nametab.h ? wv/config.log ? wv/config.h ? wv/config.cache ? wv/libtool ? wv/config.status ? wv/Makefile ? wv/expat/Makefile ? wv/expat/xmlparse/Makefile ? wv/expat/xmltok/Makefile ? wv/glib-wv/Makefile ? wv/iconv/Makefile ? wv/libole2/Makefile ? wv/magick/Makefile ? wv/oledecod/Makefile Index: abi/src/wp/ap/unix/ap_UnixApp.cpp =================================================================== RCS file: /cvsroot/abi/src/wp/ap/unix/ap_UnixApp.cpp,v retrieving revision 1.51 diff -u -r1.51 ap_UnixApp.cpp --- abi/src/wp/ap/unix/ap_UnixApp.cpp 2000/06/12 12:36:01 1.51 +++ abi/src/wp/ap/unix/ap_UnixApp.cpp 2000/07/07 16:41:04 @@ -1085,9 +1085,11 @@ { // just print to stdout, not stderr printf("\nUsage: %s [option]... [file]...\n\n", m_pArgs->m_argv[0]); - printf(" -to The target format of the file (abw, zabw, rtf, txt, utf8, html, latex)"); - printf(" -verbose The verbosity level (0, 1, 2)"); - printf(" -show If you really want to start the GUI (even if you use the --to option)"); + printf(" -to The target format of the file\n"); + printf(" (abw, zabw, rtf, txt, utf8, html, latex)\n"); + printf(" -verbose The verbosity level (0, 1, 2)\n"); + printf(" -show If you really want to start the GUI\n"); + printf(" (even if you use the --to option)\n"); #ifdef DEBUG printf(" -dumpstrings dump strings strings to file\n"); #endif