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

There was a trailing ')' without any '(' in the generated
documentation.
This commit is contained in:
Jeroen Bakker 2022-11-01 11:45:17 +01:00
parent d2406ad17d
commit 3136fb886e
1 changed files with 1 additions and 1 deletions

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