mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-06 00:53:52 +00:00
docs(editor): add --list-zones and --version to CLI help output
This commit is contained in:
parent
8ac36e2f05
commit
0fce340aa0
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ static void printUsage(const char* argv0) {
|
|||
LOG_INFO(" --data <path> Path to extracted WoW data (manifest.json)");
|
||||
LOG_INFO(" --adt <map> <x> <y> Load an ADT tile on startup");
|
||||
LOG_INFO(" --convert-m2 <path> 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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue