mirror of
https://github.com/aclist/dztui.git
synced 2026-08-26 17:57:06 +02:00
chore: lowercase launch flags for conformity with parser
This commit is contained in:
parent
b46d0614c9
commit
b61e806009
@ -472,10 +472,10 @@ class Flags:
|
||||
|
||||
flags = Flags(
|
||||
description="DayZ server browser and mod manager",
|
||||
version="Print version information",
|
||||
uninstall="Clean up state/config files",
|
||||
debug="Enable developer debugging features",
|
||||
map_count="Check and update system map count value"
|
||||
version="print version information",
|
||||
uninstall="clean up state/config files",
|
||||
debug="enable developer debugging features",
|
||||
map_count="check and update system map count value",
|
||||
)
|
||||
|
||||
|
||||
@ -543,9 +543,7 @@ connect_panel = ConnectPanel(
|
||||
add="Add",
|
||||
add_con="Add/connect",
|
||||
placeholder="Enter IP (IP:Query port)",
|
||||
entry_tooltip=(
|
||||
"- IP: format as IP:Query port\ne.g. 192.168.1.1:27016"
|
||||
),
|
||||
entry_tooltip=("- IP: format as IP:Query port\ne.g. 192.168.1.1:27016"),
|
||||
add_tooltip="Add to Saved Servers",
|
||||
connect_tooltip="Connect to this server",
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user