From 2a5c20acaf3f9cc695c91f6a9d6006801e432cc6 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 3 Aug 2017 03:41:50 +0000 Subject: [PATCH] fix typo in help [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59480 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/configure.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/configure.bat b/win32/configure.bat index 6036c0a49b..7ba326c9ef 100755 --- a/win32/configure.bat +++ b/win32/configure.bat @@ -222,7 +222,7 @@ goto :loop ; echo --with-static-linked-ext link external modules statically echo --with-ext="a,b,..." use extensions a, b, ... echo --without-ext="a,b,..." ignore extensions a, b, ... - echo --with-out-dir=DIR-LIST add optional headers and libraries directories separated by `;' + echo --with-opt-dir=DIR-LIST add optional headers and libraries directories separated by `;' echo --disable-install-doc do not install rdoc indexes during install echo --with-ntver=0xXXXX target NT version (shouldn't use with old SDK) del *.tmp