ffprobe completions: show_stream -> show_streams

This should be `show_streams` instead of `show_stream` according to:

31b6b6685e:/doc/ffprobe.texi#l218
This commit is contained in:
Joost-Wim Boekesteijn 2020-09-07 17:32:28 +02:00 committed by Fabian Homborg
parent 576ce5f9f5
commit 0cec12c6c0

View File

@ -61,7 +61,7 @@ complete -c ffprobe -o show_entries -d "Show a set of specified entries"
complete -c ffprobe -o show_log -d "Show log"
complete -c ffprobe -o show_packets -d "Show packets info"
complete -c ffprobe -o show_programs -d "Show programs info"
complete -c ffprobe -o show_stream -d "Show streams info"
complete -c ffprobe -o show_streams -d "Show streams info"
complete -c ffprobe -o show_chapters -d "Show chapters info"
complete -c ffprobe -o count_frames -d "Count the number of frames per stream"
complete -c ffprobe -o count_packets -d "Count the number of packets per stream"