[FFmpeg-cvslog] doc/ffprobe: clarify that the input file is not optional
Stefano Sabatini
git at videolan.org
Thu Apr 21 10:04:44 EEST 2022
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Wed Apr 20 23:43:46 2022 +0200| [83e1a1de8833845224948e5d002355c03dd117d5] | committer: Gyan Doshi
doc/ffprobe: clarify that the input file is not optional
Fix trac issue http://trac.ffmpeg.org/ticket/9562
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=83e1a1de8833845224948e5d002355c03dd117d5
---
doc/ffprobe.texi | 2 +-
fftools/ffprobe.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi
index 59a397a225..c61b8979b1 100644
--- a/doc/ffprobe.texi
+++ b/doc/ffprobe.texi
@@ -12,7 +12,7 @@
@chapter Synopsis
-ffprobe [@var{options}] [@file{input_url}]
+ffprobe [@var{options}] @file{input_url}
@chapter Description
@c man begin DESCRIPTION
diff --git a/fftools/ffprobe.c b/fftools/ffprobe.c
index 05c167eeb5..c51c82ff65 100644
--- a/fftools/ffprobe.c
+++ b/fftools/ffprobe.c
@@ -3417,7 +3417,7 @@ end:
static void show_usage(void)
{
av_log(NULL, AV_LOG_INFO, "Simple multimedia streams analyzer\n");
- av_log(NULL, AV_LOG_INFO, "usage: %s [OPTIONS] [INPUT_FILE]\n", program_name);
+ av_log(NULL, AV_LOG_INFO, "usage: %s [OPTIONS] INPUT_FILE\n", program_name);
av_log(NULL, AV_LOG_INFO, "\n");
}
More information about the ffmpeg-cvslog
mailing list