mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 11:21:15 -03:00
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:
committed by
Fabian Homborg
parent
576ce5f9f5
commit
0cec12c6c0
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user