summaryrefslogtreecommitdiffstats
path: root/l10ntools
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-02-01 18:45:27 +0100
committerAndras Timar <atimar@suse.com>2012-02-01 18:46:03 +0100
commitd9adc4342cf275498e7d2e27a674116ceb2ac13f (patch)
tree593e55097646bd0853e4bd7f0e7ed239951ea7ab /l10ntools
parentremove this KeyID check from gsicheck, unused (diff)
downloadcore-d9adc4342cf275498e7d2e27a674116ceb2ac13f.tar.gz
core-d9adc4342cf275498e7d2e27a674116ceb2ac13f.zip
tweak help text of gsicheck tool
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/source/gsicheck.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/l10ntools/source/gsicheck.cxx b/l10ntools/source/gsicheck.cxx
index 42dc4fc42c88..8d5544f822e4 100644
--- a/l10ntools/source/gsicheck.cxx
+++ b/l10ntools/source/gsicheck.cxx
@@ -602,10 +602,7 @@ void Help()
/*****************************************************************************/
{
fprintf( stdout, "\n" );
- fprintf( stdout, "gsicheck Version 1.9.0 (c)1999 - 2006 by SUN Microsystems\n" );
- fprintf( stdout, "=========================================================\n" );
- fprintf( stdout, "\n" );
- fprintf( stdout, "gsicheck checks the syntax of tags in GSI-Files and SDF-Files\n" );
+ fprintf( stdout, "gsicheck checks the syntax of tags in SDF-Files\n" );
fprintf( stdout, " checks for inconsistencies and malicious UTF8 encoding\n" );
fprintf( stdout, " checks tags in Online Help\n" );
fprintf( stdout, " relax GID/LID length to %s\n",
@@ -627,7 +624,7 @@ void Help()
fprintf( stdout, "-t Check only Translation language(s). Should be used before merging.\n" );
fprintf( stdout, "-e disable encoding checks. E.g.: double questionmark \'??\' which may be the\n" );
fprintf( stdout, " result of false conversions\n" );
- fprintf( stdout, "-l ISO Languagecode or numerical 2 digits Identifier of the source language.\n" );
+ fprintf( stdout, "-l ISO language code of the source language.\n" );
fprintf( stdout, " Default is en-US. Use \"\" (empty string) or 'none'\n" );
fprintf( stdout, " to disable source language dependent checks\n" );
fprintf( stdout, "-r Reference filename to check that source language entries\n" );