diff --git a/docs/ulwgl.1.scd b/docs/ulwgl.1.scd index dab3b8480..35d2b8a7b 100644 --- a/docs/ulwgl.1.scd +++ b/docs/ulwgl.1.scd @@ -60,7 +60,7 @@ prefix = "~/.wine" proton = "~/GE-Proton30" game_id = "0" exe = "~/foo.exe" -launch_args = "-opengl -SkipBuildPatchPrereq" +launch_args = ["-opengl", "-SkipBuildPatchPrereq"] store = "gog" $ ulwgl-run --config config.toml ``` diff --git a/docs/ulwgl.5.scd b/docs/ulwgl.5.scd index 3480e97b2..283d0d60a 100644 --- a/docs/ulwgl.5.scd +++ b/docs/ulwgl.5.scd @@ -46,8 +46,9 @@ $ ulwgl-run --config config.toml Expects the values: egs, gog, battlenet, amazon, humble, itchio, and ubisoft. *launch_args* - Launch arguments for the executable. Value must be a basic *string*. - Assumes each argument is space-separated. + Launch arguments for the executable. Value must be a basic *string* or an + *array* of basic strings. When using a string, assumes each argument is + space-separated. # AUTHORS