diff --git a/main.go b/main.go index 8a62452d..79739ccf 100644 --- a/main.go +++ b/main.go @@ -17,7 +17,7 @@ import ( var ( dataPath = flag.String("datapath", "./data", "Path to your custom 'data' directory") - outputName = flag.String("outputname", "dlc.dat", "Directory to place all generated files") + outputName = flag.String("outputname", "dlc.dat", "Name of the generated dat file") outputDir = flag.String("outputdir", "./", "Directory to place all generated files") exportLists = flag.String("exportlists", "", "Lists to be flattened and exported in plaintext format, separated by ',' comma") )