summaryrefslogtreecommitdiffstats
path: root/registry/tools
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2001-06-25 13:37:48 +0000
committerJuergen Schmidt <jsc@openoffice.org>2001-06-25 13:37:48 +0000
commite7872ad19e90e80fbcd8254211a2d9e2dc5399c2 (patch)
tree6febfa4d2f3f29c5322a1feca435e4c79462989c /registry/tools
parent#87233# singleton prefix: the (diff)
downloadcore-e7872ad19e90e80fbcd8254211a2d9e2dc5399c2.tar.gz
core-e7872ad19e90e80fbcd8254211a2d9e2dc5399c2.zip
#87190# edit command line help output
Diffstat (limited to 'registry/tools')
-rw-r--r--registry/tools/checksingleton.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/registry/tools/checksingleton.cxx b/registry/tools/checksingleton.cxx
index 8d4bf33a4142..15255bb5d4d6 100644
--- a/registry/tools/checksingleton.cxx
+++ b/registry/tools/checksingleton.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: checksingleton.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: jsc $ $Date: 2001-05-18 15:19:31 $
+ * last change: $Author: jsc $ $Date: 2001-06-25 14:37:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -287,7 +287,7 @@ sal_Bool Options::initOptions(int ac, char* av[], sal_Bool bCmdFile)
OString Options::prepareHelp()
{
OString help("\nusing: ");
- help += m_program + " -r1<filename> -r2<filename> [-options] | @<filename>\n";
+ help += m_program + " -r<filename> -o<filename> [-options] | @<filename>\n";
help += " -o<filename> = filename specifies the name of the new singleton index registry.\n";
help += " -r<filename> = filename specifies the name of the type registry.\n";
help += " @<filename> = filename specifies a command file.\n";