summaryrefslogtreecommitdiffstats
path: root/registry/tools
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2001-09-26 13:05:01 +0000
committerJuergen Schmidt <jsc@openoffice.org>2001-09-26 13:05:01 +0000
commit38a64477114c043f96a5fdbc6ef5cf4d59fa4148 (patch)
tree9730e9ca2d4eeba7ac28e2db5d38d09e0df57c61 /registry/tools
parent#65293#: main returns in (diff)
downloadcore-38a64477114c043f96a5fdbc6ef5cf4d59fa4148.tar.gz
core-38a64477114c043f96a5fdbc6ef5cf4d59fa4148.zip
change command line help
Diffstat (limited to 'registry/tools')
-rw-r--r--registry/tools/regcompare.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/registry/tools/regcompare.cxx b/registry/tools/regcompare.cxx
index 121d5fbb2d6e..e5804d4f2a18 100644
--- a/registry/tools/regcompare.cxx
+++ b/registry/tools/regcompare.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: regcompare.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2001-09-26 14:03:24 $
+ * last change: $Author: jsc $ $Date: 2001-09-26 14:05:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -390,7 +390,7 @@ OString Options::prepareHelp()
help += " @<filename> = filename specifies a command file.\n";
help += "Options:\n";
help += " -s<name> = name specifies the name of a start key. If no start key\n";
- help += " is specified the comparison starts with the root key.n";
+ help += " is specified the comparison starts with the root key.\n";
help += " -x<name> = name specifies the name of a key which won't be compared.\n";
help += " -f = force the detailed output of any diffenrences. Default\n";
help += " is that only the the number of differences is returned.\n";