[Libreoffice-commits] core.git: codemaker/source

Stephan Bergmann sbergman at redhat.com
Tue Sep 10 06:48:32 PDT 2013


 codemaker/source/javamaker/javaoptions.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4b0a692668e37f55ea8b4c10af4d31fb314f9d0b
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Sep 10 15:48:03 2013 +0200

    Stray space at end of usage text line
    
    Change-Id: I886c543d9de63595a9183f4e5f108f08b2ba25ef

diff --git a/codemaker/source/javamaker/javaoptions.cxx b/codemaker/source/javamaker/javaoptions.cxx
index ef57eec..db7d896 100644
--- a/codemaker/source/javamaker/javaoptions.cxx
+++ b/codemaker/source/javamaker/javaoptions.cxx
@@ -246,7 +246,7 @@ OString JavaOptions::prepareHelp()
     help += "    -O<path>   = path describes the root directory for the generated output.\n";
     help += "                 The output directory tree is generated under this directory.\n";
     help += "    -T<name>   = name specifies a type or a list of types. The output for this\n";
-    help += "      [t1;...]   type and all dependent types are generated. If no '-T' option is \n";
+    help += "      [t1;...]   type and all dependent types are generated. If no '-T' option is\n";
     help += "                 specified, then output for all types is generated.\n";
     help += "                 Example: 'com.sun.star.uno.XInterface' is a valid type.\n";
     help += "    -nD        = no dependent types are generated.\n";


More information about the Libreoffice-commits mailing list