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

There was a trailing ')' without any '(' in the generated
documentation.
This commit is contained in:
2022-11-01 11:45:17 +01:00
parent d2406ad17d
commit 3136fb886e

View File

@@ -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) {