[liblouis-liblouisxml] [liblouis] r880 committed - Update the usage message of all tools to show that more than one table...

  • From: liblouis@xxxxxxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Wed, 19 Dec 2012 09:49:10 +0000

Revision: 880
Author:   christian.egli@xxxxxxxxxxxxxx
Date:     Wed Dec 19 01:48:54 2012
Log: Update the usage message of all tools to show that more than one table can be specified.

http://code.google.com/p/liblouis/source/detail?r=880

Modified:
 /trunk/ChangeLog
 /trunk/tools/lou_allround.c
 /trunk/tools/lou_checkhyphens.c
 /trunk/tools/lou_checktable.c
 /trunk/tools/lou_debug.c
 /trunk/tools/lou_trace.c
 /trunk/tools/lou_translate.c

=======================================
--- /trunk/ChangeLog    Tue Dec 18 02:17:53 2012
+++ /trunk/ChangeLog    Wed Dec 19 01:48:54 2012
@@ -1,3 +1,13 @@
+2012-12-19  Christian Egli  <christian.egli@xxxxxx>
+
+       * tools/lou_translate.c (print_help):
+       * tools/lou_trace.c (print_help):
+       * tools/lou_debug.c (print_help):
+       * tools/lou_checktable.c (print_help):
+       * tools/lou_checkhyphens.c (print_help):
+       * tools/lou_allround.c (print_help): Update the usage message to
+       show that more than one table can be specified.
+
 2012-12-18  Christian Egli  <christian.egli@xxxxxx>

        * tests/tables/Makefile.am (EXTRA_DIST): Add all test tables.
=======================================
--- /trunk/tools/lou_allround.c Thu Sep 27 06:10:51 2012
+++ /trunk/tools/lou_allround.c Wed Dec 19 01:48:54 2012
@@ -53,7 +53,7 @@
 print_help (void)
 {
   printf ("\
-Usage: %s [OPTION]\n", program_name);
+Usage: %s [OPTIONS]\n", program_name);

   fputs ("\
 This program tests every capability of the liblouis library. It is\n\
=======================================
--- /trunk/tools/lou_checkhyphens.c     Thu Sep 27 06:10:51 2012
+++ /trunk/tools/lou_checkhyphens.c     Wed Dec 19 01:48:54 2012
@@ -52,7 +52,7 @@
 print_help (void)
 {
   printf ("\
-Usage: %s [OPTION]\n", program_name);
+Usage: %s [OPTIONS]\n", program_name);

   fputs ("\
 Check the accuracy of hyphenation in Braille translation for both\n\
=======================================
--- /trunk/tools/lou_checktable.c       Thu Sep 27 06:10:51 2012
+++ /trunk/tools/lou_checktable.c       Wed Dec 19 01:48:54 2012
@@ -54,7 +54,7 @@
 print_help (void)
 {
   printf ("\
-Usage: %s [OPTION] TABLE\n", program_name);
+Usage: %s [OPTIONS] TABLE[,TABLE,...]\n", program_name);

   fputs ("\
 Test a Braille translation table. If the table contains errors,\n\
=======================================
--- /trunk/tools/lou_debug.c    Thu Sep 27 06:10:51 2012
+++ /trunk/tools/lou_debug.c    Wed Dec 19 01:48:54 2012
@@ -51,7 +51,7 @@
 print_help (void)
 {
   printf ("\
-Usage: %s [OPTION] TABLE\n", program_name);
+Usage: %s [OPTIONS] TABLE[,TABLE,...]\n", program_name);

   fputs ("\
 Examine and debug Braille translation tables. This program allows you\n\
=======================================
--- /trunk/tools/lou_trace.c    Mon Dec 17 06:47:40 2012
+++ /trunk/tools/lou_trace.c    Wed Dec 19 01:48:54 2012
@@ -38,7 +38,7 @@

 static void print_help (void) {
   printf("\
-Usage: %s [OPTION] TABLE\n", program_name);
+Usage: %s [OPTIONS] TABLE[,TABLE,...]\n", program_name);
   fputs("\
 Examine and debug Braille translation tables. This program allows you\n\
 to inspect liblouis translation tables by printing out the list of\n\
=======================================
--- /trunk/tools/lou_translate.c        Wed Oct 17 05:10:43 2012
+++ /trunk/tools/lou_translate.c        Wed Dec 19 01:48:54 2012
@@ -97,7 +97,7 @@
 print_help (void)
 {
   printf ("\
-Usage: %s [OPTION] TABLE\n", program_name);
+Usage: %s [OPTIONS] TABLE[,TABLE,...]\n", program_name);

   fputs ("\
 Translate whatever is on standard input and print it on standard\n\
For a description of the software, to download it and links to
project pages go to http://www.abilitiessoft.com

Other related posts:

  • » [liblouis-liblouisxml] [liblouis] r880 committed - Update the usage message of all tools to show that more than one table... - liblouis