diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2010-10-01 14:20:45 +0200 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2010-10-01 14:20:45 +0200 |
commit | 6fd759253928734f48061c4c38e5a046dd6ca96e (patch) | |
tree | d97b40991912d892146902a425fa053bf2241e9e /unodevtools/source | |
parent | dade5b09e567e144d6274160aa8da2d66164075b (diff) |
jsc340: i14847: clean up cmdline help fo devtools
Diffstat (limited to 'unodevtools/source')
-rw-r--r-- | unodevtools/source/skeletonmaker/skeletonmaker.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/unodevtools/source/skeletonmaker/skeletonmaker.cxx b/unodevtools/source/skeletonmaker/skeletonmaker.cxx index 50cb6ed1f34c..82063747288e 100644 --- a/unodevtools/source/skeletonmaker/skeletonmaker.cxx +++ b/unodevtools/source/skeletonmaker/skeletonmaker.cxx @@ -114,8 +114,7 @@ static const char usageText[] = " command names, where the commands are a ',' separated list\n" " of unique commands. This option is only valid for add-ons.\n" " -V, --version print version number and exit\n" -" -h, --help print this help and exit\n\n" -" Sun Microsystems (R) "; +" -h, --help print this help and exit\n\n"; void printUsageAndExit(const char* programname, const char* version) { |