Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Molenkamp <github@lazydodo.com>2019-06-05 16:30:45 +0300
committerRay Molenkamp <github@lazydodo.com>2019-06-05 16:30:45 +0300
commitfb4ec706cdf8d56c8b18f43100c5a6ae7fcdb607 (patch)
tree91c8dae3bec0468a9ed6e7276b148d2929c9e418 /build_files/windows/show_help.cmd
parent328f7e13653b7521fed5b92a630d9d9e7be2ce2a (diff)
make.bat: Support optional paths for `make format`
make.bat now supports optional parameters to restrict the formatting to a specific folder. Multiple paths may be given example: make.bat format source/blender/blenkernel source/blender/gpu
Diffstat (limited to 'build_files/windows/show_help.cmd')
-rw-r--r--build_files/windows/show_help.cmd1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_files/windows/show_help.cmd b/build_files/windows/show_help.cmd
index 5ac59939eec..08a6c40731c 100644
--- a/build_files/windows/show_help.cmd
+++ b/build_files/windows/show_help.cmd
@@ -13,6 +13,7 @@ echo - update ^(Update both SVN and GIT^)
echo - code_update ^(Update only GIT^)
echo - nobuild ^(only generate project files^)
echo - showhash ^(Show git hashes of source tree^)
+echo - format [path] ^(Format the source using clang-format, path is optional, requires python 3.x to be available^)
echo.
echo Configuration options
echo - verbose ^(enable diagnostic output during configuration^)