MCPcopy Create free account
hub / github.com/MediaArea/MediaInfo / Help_Nothing

Function Help_Nothing

Source/CLI/Help.cpp:181–187  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

179
180//---------------------------------------------------------------------------
181int Help_Nothing()
182{
183 STRINGOUT(String(__T("Usage: \" [-Options...] FileName1 [Filename2...]\"")).insert(8, Program_Name));
184 STRINGOUT(String(__T("\" --Help\" for displaying more information")).insert(1, Program_Name));
185
186 return MI_OK;
187}
188
189//---------------------------------------------------------------------------
190int Help_Output()

Callers 1

UsageFunction · 0.85

Calls 1

STRINGOUTFunction · 0.85

Tested by

no test coverage detected