From ba9d6e1d3b47594916fce7b15d078d3014bf041d Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Wed, 12 Aug 2026 05:04:16 +0900 Subject: [PATCH] chore: update strings --- dzgui/util/strings.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dzgui/util/strings.py b/dzgui/util/strings.py index d87394a..6a06416 100644 --- a/dzgui/util/strings.py +++ b/dzgui/util/strings.py @@ -467,13 +467,15 @@ class Flags: version: str uninstall: str debug: str + map_count: str flags = Flags( description="DayZ server browser and mod manager", version="Print version information", - uninstall="Uninstall data files (use prior to 'pip uninstall')", - debug="Enables developer debugging features", + uninstall="Clean up state/config files", + debug="Enable developer debugging features", + map_count="Check and update system map count value" )