diff options
Diffstat (limited to 'registry/tools/regcompare.cxx')
-rw-r--r-- | registry/tools/regcompare.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/tools/regcompare.cxx b/registry/tools/regcompare.cxx index 848f85bfb..d283c6325 100644 --- a/registry/tools/regcompare.cxx +++ b/registry/tools/regcompare.cxx @@ -140,7 +140,7 @@ void Options_Impl::printUsage_Impl() const " -h|-? = print this help message and exit.\n" ); fprintf(stderr, - "\nSun Microsystems (R) %s Version 1.0\n\n", rProgName.c_str() + "\n%s Version 1.0\n\n", rProgName.c_str() ); } |