MCPcopy Create free account
hub / github.com/Apache553/SubtitleFontHelper / PrintHelp

Function PrintHelp

FontDatabaseBuilder/FontDatabaseBuilder.cpp:80–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void PrintHelp()
81{
82 std::wcout << SetOutputDefault
83 << "Usage: FontDatabaseBuilder.exe [-output OutputFile] [-dedup] [-worker WorkerCount] Directory... \n"
84 << "\t-output OutputFile: path to the output\n"
85 << "\t-dedup: enable deduplication of files\n"
86 << "\t-worker WorkerCount: set work thread count, default is half of your processor count\n"
87 << "\tDirectory: directories need to build index" << std::endl;
88}
89
90int wmain(int argc, wchar_t* argv[], wchar_t* envp[])
91{

Callers 1

wmainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected