From 7c48acbb9a6b6d25153ce9c3ad7e841161bdf657 Mon Sep 17 00:00:00 2001 From: R1kaB3rN <100738684+R1kaB3rN@users.noreply.github.com> Date: Mon, 19 Feb 2024 18:06:38 -0800 Subject: [PATCH] ulwgl_run: update usage --- ulwgl_run.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ulwgl_run.py b/ulwgl_run.py index 1b85902..8610a8f 100755 --- a/ulwgl_run.py +++ b/ulwgl_run.py @@ -19,6 +19,8 @@ def parse_args() -> Union[Namespace, Tuple[str, List[str]]]: # noqa: D103 exe: str = Path(__file__).name usage: str = f""" example usage: + GAMEID= {exe} /home/foo/example.exe + WINEPREFIX= GAMEID= {exe} /home/foo/example.exe WINEPREFIX= GAMEID= PROTONPATH= {exe} /home/foo/example.exe WINEPREFIX= GAMEID= PROTONPATH= {exe} /home/foo/example.exe -opengl WINEPREFIX= GAMEID= PROTONPATH= {exe} ""