#9562: ffprobe non-option brackets
-------------------------------------+-------------------------------------
Reporter: Dan | Type: defect
Jacobson |
Status: new | Priority: minor
Component: | Version: git-
documentation | master
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
{{{
$ ffprobe
usage: ffprobe [OPTIONS] [INPUT_FILE]
You have to specify one input file.
}}}
OK, then the above, and man page, should say
{{{
Not: ffprobe [OPTIONS] [INPUT_FILE]
But: ffprobe [OPTIONS] <INPUT_FILE>
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/9562>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".