Skip to content

Commit f718615

Browse files
committed
fix: Add help option to help output
1 parent dab3e59 commit f718615

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/Contrib/DataCollector/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ static void ShowHelp()
5252
Console.WriteLine(" /system Collects and reports on various system information");
5353
Console.WriteLine(" /tile-terrtex Scans the provided PATHs for MSTS tile files (.t) and");
5454
Console.WriteLine(" produces a statistical summary of the terrtex used");
55+
Console.WriteLine(" /help Show help and usage information");
5556
}
5657

5758
struct TileTerrtexDirectory

0 commit comments

Comments
 (0)