diff --git a/unodevtools/source/skeletonmaker/skeletonmaker.cxx b/unodevtools/source/skeletonmaker/skeletonmaker.cxx index c58348320eab..02ff21a5ec69 100644 --- a/unodevtools/source/skeletonmaker/skeletonmaker.cxx +++ b/unodevtools/source/skeletonmaker/skeletonmaker.cxx @@ -248,7 +248,7 @@ SAL_IMPLEMENT_MAIN() if ( types.empty() && options.componenttype != 3) { std::cerr - << "\nError: no type is specified, use the -T option at least once\n"; + << "\nError: no type is specified, use the -t option at least once\n"; printUsageAndExit(programname, version); exit(EXIT_FAILURE); }