diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2023-01-25 09:38:21 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-01-25 14:45:00 +0000 |
commit | 5dfa9433d238e11eb60c2d5e56beece3ed7531da (patch) | |
tree | 3dcc4bfd41a7e0ab528aacc4c26209a8a4c68ee1 /unodevtools | |
parent | 79811c27f34d3e752de1bc3959605c5d58ac2365 (diff) |
Fix typo
...which was pointed out in
<https://lists.freedesktop.org/archives/libreoffice/2023-January/089867.html>
"Re: Question re the uno-skeletonmaker'-t' CLI qualifier"
Change-Id: I5f03de657bc93dace104bdd307e8f6938742b61b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146126
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'unodevtools')
-rw-r--r-- | unodevtools/source/skeletonmaker/skeletonmaker.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |