s/dump/print
This commit is contained in:
parent
9f886509ed
commit
fd4c879e2e
1 changed files with 9 additions and 9 deletions
18
oowintool
18
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($$$)
|
||||
|
|
Loading…
Reference in a new issue