mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-19 11:31:26 +01:00
29745: Completion/X/Command/_mplayer: fix -ss completion.
This commit is contained in:
parent
a6de37ec2b
commit
22f4a6d175
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-08-30 Simon Ruderich <simon@ruderich.org>
|
||||
|
||||
* 29745: Completion/X/Command/_mplayer: fix -ss completion.
|
||||
|
||||
2011-08-29 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* 29744: Src/builtin.c: don't mess up non '-A' case in
|
||||
|
@ -15354,5 +15358,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.5450 $
|
||||
* $Revision: 1.5451 $
|
||||
*****************************************************
|
||||
|
|
|
@ -77,7 +77,7 @@ _x_arguments -C -s \
|
|||
'-sid[turn on DVD subtitles]:language id' \
|
||||
'-speed[set playback speed rate]:playback speed rate' \
|
||||
'-srate[specify frequency of audio playback]:frequency (Hz)' \
|
||||
'-ss[seek to given time position]:position (hh\:mm\[\:ss\])' \
|
||||
'-ss[seek to given time position]:position ([[hh\:]mm\:]ss[.sss])' \
|
||||
'-sstep[specify time between displayed frames]:time (seconds)' \
|
||||
-ssf:mode -stop_xscreensaver \
|
||||
'-stereo:mode:((0\:stereo 1\:left\ channel 2\:right\ channel))' \
|
||||
|
|
Loading…
Reference in a new issue