From 38a64477114c043f96a5fdbc6ef5cf4d59fa4148 Mon Sep 17 00:00:00 2001 From: Juergen Schmidt Date: Wed, 26 Sep 2001 13:05:01 +0000 Subject: change command line help --- registry/tools/regcompare.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'registry/tools') 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 specifies a command file.\n"; help += "Options:\n"; help += " -s = 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 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"; -- cgit