Skip to content

Commit

Permalink
Fix outdated protontricks-launch help text
Browse files Browse the repository at this point in the history
`background-wineserver` was recently disabled by default, but we forgot
to update the help text for `protontricks-launch`.
  • Loading branch information
Matoking committed May 7, 2023
1 parent 97f4d76 commit f54e1fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/protontricks/cli/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ def main(args=None):
action="store_true",
help=(
"Launch a background wineserver process to improve Wine command "
"startup time. Default if bwrap is enabled."
"startup time. Disabled by default, as it can cause problems with "
"some graphical applications."
)
)
parser.add_argument(
Expand All @@ -81,7 +82,7 @@ def main(args=None):
action="store_false",
help=(
"Do not launch a background wineserver process to improve Wine "
"command startup time. Default if bwrap is not enabled."
"command startup time."
)
)
parser.add_argument(
Expand Down

0 comments on commit f54e1fc

Please sign in to comment.