Kaydet (Commit) fd4c879e authored tarafından Tor Lillqvist's avatar Tor Lillqvist

s/dump/print

üst 9f886509
...@@ -44,16 +44,16 @@ sub print_syntax() ...@@ -44,16 +44,16 @@ sub print_syntax()
print " -w - windows form\n"; print " -w - windows form\n";
print " -u - unix form (default)\n"; print " -u - unix form (default)\n";
print " commands:\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-copy-dlls <dest> - copy msvc[pr]??.dlls into <dest>/msvcp??/\n";
print " --msvc-productdir - dump productdir\n"; print " --msvc-productdir - print productdir\n";
print " --msvs-productdir - dump productdir\n"; print " --msvs-productdir - print productdir\n";
print " --dotnetsdk-dir - dump .NET SDK path\n"; print " --dotnetsdk-dir - print .NET SDK path\n";
print " --csc-compilerdir - dump .NET SDK compiler path\n"; print " --csc-compilerdir - print .NET SDK compiler path\n";
print " --windows-sdk-home - dump Windows SDK install dir\n"; print " --windows-sdk-home - print Windows SDK install dir\n";
print " --jdk-home - dump the jdk install dir\n"; print " --jdk-home - print the jdk install dir\n";
print " --nsis-dir - dump NSIS path\n"; print " --nsis-dir - print NSIS path\n";
print " --help - this message\n"; print " --help - print this message\n";
} }
sub cygpath($$$) sub cygpath($$$)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment