Docs: Fix outdated description of update in make help

This commit is contained in:
Brecht Van Lommel
2025-05-22 17:02:49 +02:00
parent 0379a40627
commit 7614bf9602

View File

@@ -117,10 +117,10 @@ Utilities
Create a compressed archive of the source code and all the libraries of dependencies.
* update:
Updates git and all submodules and svn.
Update blender repository and libraries.
* update_code:
Updates git and all submodules but not svn.
Updates blender repository only, without updating libraries.
* format:
Format source code using clang-format & autopep8 (uses PATHS if passed in). For example::