MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / show_help

Function show_help

ffprobe.c:317–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317static void show_help(void)
318{
319 show_usage();
320 show_help_options(options, "Main options:\n", 0, 0);
321 printf("\n");
322}
323
324static void opt_pretty(void)
325{

Callers

nothing calls this directly

Calls 2

show_help_optionsFunction · 0.85
show_usageFunction · 0.70

Tested by

no test coverage detected