Skip to content

Commit

Permalink
ulwgl_run: add epilog
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Mar 7, 2024
1 parent d64cf8a commit b8989b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ULWGL/ulwgl_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ def parse_args() -> Union[Namespace, Tuple[str, List[str]]]: # noqa: D103
opt_args: Set[str] = {"--help", "-h", "--config"}
parser: ArgumentParser = ArgumentParser(
description="Unified Linux Wine Game Launcher",
epilog="See ulwgl(1) for more info and examples.",
formatter_class=RawTextHelpFormatter,
)
parser.add_argument("--config", help="path to TOML file (requires Python 3.11)")
parser.add_argument("--config", help="path to TOML file (requires Python 3.11+)")

if not sys.argv[1:]:
err: str = "Please see project README.md for more info and examples.\nhttps://github.com/Open-Wine-Components/ULWGL-launcher"
Expand Down

0 comments on commit b8989b3

Please sign in to comment.