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"