diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2022-04-20 23:43:46 +0200 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2022-04-21 12:34:04 +0530 |
commit | 83e1a1de8833845224948e5d002355c03dd117d5 (patch) | |
tree | bd549e36b10f5be987953ef1dbee4e02c0a1cc93 /doc | |
parent | 0059c7c07d9c180578d597b73d40b625c444f9ec (diff) | |
download | ffmpeg-83e1a1de8833845224948e5d002355c03dd117d5.tar.gz |
doc/ffprobe: clarify that the input file is not optional
Fix trac issue http://trac.ffmpeg.org/ticket/9562
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffprobe.texi | 2 |
1 files changed, 1 insertions, 1 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 |