diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-04 23:56:02 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-05 09:34:16 +0300 |
commit | fd4c879e2ebd5920b48b2e48ac32181565f5ee1b (patch) | |
tree | 5569590637eb65b5da4833c8ea205839796bc59a /oowintool | |
parent | 9f886509ed26ba2296d0142b57a2b07577762dcf (diff) |
s/dump/print
Diffstat (limited to 'oowintool')
-rwxr-xr-x | oowintool | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/oowintool b/oowintool index fc18a8dd0347..bc75736bef02 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($$$) |