From fd4c879e2ebd5920b48b2e48ac32181565f5ee1b Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 4 Oct 2011 23:56:02 +0300 Subject: s/dump/print --- oowintool | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'oowintool') 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 - copy msvc[pr]??.dlls into /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($$$) -- cgit v1.2.3