From 0cec12c6c016e7b2ae40c3648f8805a4a951ff6b Mon Sep 17 00:00:00 2001 From: Joost-Wim Boekesteijn Date: Mon, 7 Sep 2020 17:32:28 +0200 Subject: [PATCH] ffprobe completions: show_stream -> show_streams This should be `show_streams` instead of `show_stream` according to: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/31b6b6685e705f487c16546a3e2e687af99e470b:/doc/ffprobe.texi#l218 --- share/completions/ffprobe.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/completions/ffprobe.fish b/share/completions/ffprobe.fish index f9c98c319..c5ddb2eeb 100644 --- a/share/completions/ffprobe.fish +++ b/share/completions/ffprobe.fish @@ -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"