From 3136fb886e218379a53944ea463dfd772efcc954 Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Tue, 1 Nov 2022 11:45:17 +0100 Subject: Command line: Tweaked doc of --gpu-backend. There was a trailing ')' without any '(' in the generated documentation. --- source/creator/creator_args.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3