fftools/ffmpeg_opt: update program description to match manpage

Cf. 2244722f1f
This commit is contained in:
Anton Khirnov 2023-12-18 09:11:44 +01:00
parent 41716214c2
commit 86e8439994

View File

@ -1254,7 +1254,7 @@ void show_help_default(const char *opt, const char *arg)
void show_usage(void)
{
av_log(NULL, AV_LOG_INFO, "Hyper fast Audio and Video encoder\n");
av_log(NULL, AV_LOG_INFO, "Universal media converter\n");
av_log(NULL, AV_LOG_INFO, "usage: %s [options] [[infile options] -i infile]... {[outfile options] outfile}...\n", program_name);
av_log(NULL, AV_LOG_INFO, "\n");
}