[Bf-blender-cvs] [3136fb886e2] master: Command line: Tweaked doc of --gpu-backend.

Jeroen Bakker noreply at git.blender.org
Tue Nov 1 11:46:24 CET 2022


Commit: 3136fb886e218379a53944ea463dfd772efcc954
Author: Jeroen Bakker
Date:   Tue Nov 1 11:45:17 2022 +0100
Branches: master
https://developer.blender.org/rB3136fb886e218379a53944ea463dfd772efcc954

Command line: Tweaked doc of --gpu-backend.

There was a trailing ')' without any '(' in the generated
documentation.

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

M	source/creator/creator_args.c

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

diff --git a/source/creator/creator_args.c b/source/creator/creator_args.c
index ba905f91f97..2ebdcdb35ba 100644
--- a/source/creator/creator_args.c
+++ b/source/creator/creator_args.c
@@ -1122,7 +1122,7 @@ static const char arg_handle_gpu_backend_set_doc[] =
 #  ifdef WITH_METAL_BACKEND
     "'metal',  "
 #  endif
-    "'opengl').";
+    "'opengl'.";
 static int arg_handle_gpu_backend_set(int argc, const char **argv, void *UNUSED(data))
 {
   if (argc == 0) {



More information about the Bf-blender-cvs mailing list