From b010e00e24f48f9a41c39fc5386be289e5b279e4 Mon Sep 17 00:00:00 2001 From: Kevin Caccamo Date: Sun, 4 Nov 2018 18:46:08 -0500 Subject: [PATCH] Add comment option to zdray help --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index d7283ad..02d78bf 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -472,6 +472,7 @@ static void ShowUsage() "Usage: zdray [options] sourcefile.wad\n" " -m, --map=MAP Only affect the specified map\n" " -o, --output=FILE Write output to FILE instead of tmp.wad\n" + " -c, --comments Write UDMF index comments\n" " -q, --no-prune Keep unused sidedefs and sectors\n" " -N, --no-nodes Do not rebuild nodes\n" " -g, --gl Build GL-friendly nodes\n"