diff options
author | Andras Timar <atimar@suse.com> | 2012-02-01 18:45:27 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-02-01 18:46:03 +0100 |
commit | d9adc4342cf275498e7d2e27a674116ceb2ac13f (patch) | |
tree | 593e55097646bd0853e4bd7f0e7ed239951ea7ab | |
parent | 7dfd1c4023db374bec747dff551ba1bcdafc6508 (diff) |
tweak help text of gsicheck tool
-rw-r--r-- | l10ntools/source/gsicheck.cxx | 7 |
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" ); |