[liblouis-liblouisxml] [liblouisxml commit] r13 - trunk/tools

  • From: codesite-noreply@xxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Tue, 06 Jan 2009 12:42:34 +0000

Author: christian.egli@xxxxxxxxxxxxxx
Date: Tue Jan  6 04:29:40 2009
New Revision: 13

Modified:
   trunk/tools/xml2brl.c

Log:
Fix typos in usage message

Modified: trunk/tools/xml2brl.c
==============================================================================
--- trunk/tools/xml2brl.c       (original)
+++ trunk/tools/xml2brl.c       Tue Jan  6 04:29:40 2009
@@ -66,13 +66,13 @@
              ("-f configFile: configuration file name, default: 
default.cfg.\n");
            printf ("inputFile : input file, '--' means stdin\n");
            printf ("outputFile : output file\n");
-           printf ("xml2brl with no argumenst takes input on stdin\n");
+           printf ("xml2brl with no arguments takes input on stdin\n");
            printf ("and gives output on stdout.\n");
            printf ("OPTIONS\n");
            printf ("-h, print this message and exit.\n");
            printf ("-b, back-translate a braille file.\n");
            printf ("-r, reformat a braille file.\n");
-           printf ("-p, translate a Poorly formattted file.\n");
+           printf ("-p, translate a poorly formatted file.\n");
            printf ("[-t]: h(t)ml document, not xhtml");
            printf ("[-l]: write errors to log file instead of stderr.\n");
            exit (0);
For a description of the software and to download it go to
http://www.jjb-software.com

Other related posts:

  • » [liblouis-liblouisxml] [liblouisxml commit] r13 - trunk/tools - codesite-noreply