From ec0caaab3d2da0d910f0cd0ea9468401264c80a5 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Mon, 17 Jan 2011 21:42:03 +0100 Subject: [PATCH 4/4] Use usual lowercase and final period; use midway semicolon instead of period. --- utils/csv2rec.c | 8 ++++---- utils/mdb2rec.c | 2 +- utils/recins.c | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/utils/csv2rec.c b/utils/csv2rec.c index 4a342c8..72f8e55 100644 --- a/utils/csv2rec.c +++ b/utils/csv2rec.c @@ -113,10 +113,10 @@ Convert csv data into rec data.\n"), stdout); /* TRANSLATORS: --help output, csv2rec options. no-wrap */ fputs (_("\ - -t, --type Type name for the converted records. If this\n\ - parameter is ommited then no type is used.\n\ - -s, --strict Be strict parsing the csv file.\n\ - -e, --omit-empty Omit empty fields.\n"), stdout); + -t, --type type name for the converted records; if this\n\ + parameter is ommited then no type is used.\n\ + -s, --strict be strict parsing the csv file.\n\ + -e, --omit-empty omit empty fields.\n"), stdout); recutl_print_help_common (); diff --git a/utils/mdb2rec.c b/utils/mdb2rec.c index 4b4995b..fa2c0a2 100644 --- a/utils/mdb2rec.c +++ b/utils/mdb2rec.c @@ -114,7 +114,7 @@ Convert an mdb file into a rec file.\n"), stdout); fputs (_("\ -s, --system-tables include system tables.\n\ -e, --keep-empty-fields don't prune empty fields in the rec\n\ - output\n\ + output.\n\ -l, --list-tables dump a list of the table names contained\n\ in the mdb file.\n"), stdout); diff --git a/utils/recins.c b/utils/recins.c index 81aadec..eeaf780 100644 --- a/utils/recins.c +++ b/utils/recins.c @@ -105,13 +105,13 @@ Insert new records in a rec database.\n"), stdout); /* TRANSLATORS: --help output, recins arguments. no-wrap */ fputs (_("\ - -f, --field=STR field name. Should be followed by a -v.\n\ - -v, --value=STR field value. Should be preceded by a -f.\n\ + -f, --field=STR field name; should be followed by a -v.\n\ + -v, --value=STR field value; should be preceded by an -f.\n\ -r, --record=STR record that will be inserted in the file.\n\ --force insert the record even if it is violating\n\ record restrictions.\n\ --no-external don't use external descriptors.\n\ - --verbose get a detailed report if the integrity check\n\ + --verbose give a detailed report if the integrity check\n\ fails.\n"), stdout); recutl_print_help_common (); -- 1.6.3.3