[Libreoffice-commits] .: oowintool

Tor Lillqvist tml at kemper.freedesktop.org
Tue Oct 4 23:38:52 PDT 2011


 oowintool |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

New commits:
commit fd4c879e2ebd5920b48b2e48ac32181565f5ee1b
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Tue Oct 4 23:56:02 2011 +0300

    s/dump/print

diff --git a/oowintool b/oowintool
index fc18a8d..bc75736 100755
--- a/oowintool
+++ b/oowintool
@@ -44,16 +44,16 @@ sub print_syntax()
     print "   -w   - windows form\n";
     print "   -u   - unix form (default)\n";
     print " commands:\n";
-    print "   --msvc-ver              - dump version of MSVC eg. 6.0\n";
+    print "   --msvc-ver              - print version of MSVC eg. 6.0\n";
     print "   --msvc-copy-dlls <dest> - copy msvc[pr]??.dlls into <dest>/msvcp??/\n";
-    print "   --msvc-productdir       - dump productdir\n";
-    print "   --msvs-productdir       - dump productdir\n";
-    print "   --dotnetsdk-dir         - dump .NET SDK path\n";
-    print "   --csc-compilerdir       - dump .NET SDK compiler path\n";
-    print "   --windows-sdk-home      - dump Windows SDK install dir\n";
-    print "   --jdk-home              - dump the jdk install dir\n";
-    print "   --nsis-dir              - dump NSIS path\n";
-    print "   --help                  - this message\n";
+    print "   --msvc-productdir       - print productdir\n";
+    print "   --msvs-productdir       - print productdir\n";
+    print "   --dotnetsdk-dir         - print .NET SDK path\n";
+    print "   --csc-compilerdir       - print .NET SDK compiler path\n";
+    print "   --windows-sdk-home      - print Windows SDK install dir\n";
+    print "   --jdk-home              - print the jdk install dir\n";
+    print "   --nsis-dir              - print NSIS path\n";
+    print "   --help                  - print this message\n";
 }
 
 sub cygpath($$$)


More information about the Libreoffice-commits mailing list