[Bf-blender-cvs] [2be14e0ec47] master: Fix typo in make.bat help for build directory

Brecht Van Lommel noreply at git.blender.org
Thu Mar 19 16:35:36 CET 2020


Commit: 2be14e0ec476481898958aa5599eb8a9de0a9222
Author: Brecht Van Lommel
Date:   Thu Mar 19 15:30:07 2020 +0100
Branches: master
https://developer.blender.org/rB2be14e0ec476481898958aa5599eb8a9de0a9222

Fix typo in make.bat help for build directory

===================================================================

M	build_files/windows/show_help.cmd

===================================================================

diff --git a/build_files/windows/show_help.cmd b/build_files/windows/show_help.cmd
index 30f75316499..2ac2f294074 100644
--- a/build_files/windows/show_help.cmd
+++ b/build_files/windows/show_help.cmd
@@ -23,7 +23,7 @@ echo - with_tests ^(enable building unit tests^)
 echo - nobuildinfo ^(disable buildinfo^)
 echo - debug ^(Build an unoptimized debuggable build^)
 echo - packagename [newname] ^(override default cpack package name^)
-echo - buildir [newdir] ^(override default build folder^)
+echo - builddir [newdir] ^(override default build folder^)
 echo - 2017 ^(build with visual studio 2017^)
 echo - 2017pre ^(build with visual studio 2017 pre-release^)
 echo - 2017b ^(build with visual studio 2017 Build Tools^)



More information about the Bf-blender-cvs mailing list