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:
authorJeroen Bakker <jeroen@blender.org>2022-11-01 13:45:17 +0300
committerJeroen Bakker <jeroen@blender.org>2022-11-01 13:45:17 +0300
commit3136fb886e218379a53944ea463dfd772efcc954 (patch)
treec0fa6a3ebb296baf21cdac8e3daf3d4b567310a9
parentd2406ad17d30d64947afd66d6ca7abcc973d8c97 (diff)
Command line: Tweaked doc of --gpu-backend.
There was a trailing ')' without any '(' in the generated documentation.
-rw-r--r--source/creator/creator_args.c2
1 files changed, 1 insertions, 1 deletions
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) {