From 0fce340aa0150d5f38dfcbf7e2e143d43afea4b2 Mon Sep 17 00:00:00 2001 From: Kelsi Date: Tue, 5 May 2026 12:19:53 -0700 Subject: [PATCH] docs(editor): add --list-zones and --version to CLI help output --- tools/editor/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/editor/main.cpp b/tools/editor/main.cpp index ac88e4b3..d223fac1 100644 --- a/tools/editor/main.cpp +++ b/tools/editor/main.cpp @@ -13,6 +13,8 @@ static void printUsage(const char* argv0) { LOG_INFO(" --data Path to extracted WoW data (manifest.json)"); LOG_INFO(" --adt Load an ADT tile on startup"); LOG_INFO(" --convert-m2 Convert M2 model to WOM open format (no GUI)"); + LOG_INFO(" --list-zones List discovered custom zones and exit"); + LOG_INFO(" --version Show version and format info"); LOG_INFO(""); LOG_INFO("Wowee World Editor v0.8.0 — by Kelsi Davis"); LOG_INFO("Novel open formats: WOT/WHM/WOM/WOB/WCP");