mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-10 12:40:58 +02:00
Nikolai Weibull: 23871: fix __cdrdao-drivers typo.
This commit is contained in:
parent
5696ac5d9c
commit
c92ca0be5b
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
||||||
2007-09-30 Clint Adams <clint@zsh.org>
|
2007-09-30 Clint Adams <clint@zsh.org>
|
||||||
|
|
||||||
|
* Nikolai Weibull: 23871: Completion/Unix/Command/_cdrdao:
|
||||||
|
fix __cdrdao-drivers typo.
|
||||||
|
|
||||||
* 23872: Completion/Unix/Command/_git: complete git
|
* 23872: Completion/Unix/Command/_git: complete git
|
||||||
config in subcommand position.
|
config in subcommand position.
|
||||||
|
|
||||||
|
|
|
@ -56,7 +56,7 @@ tmpfile_args=(
|
||||||
declare -ga device_args
|
declare -ga device_args
|
||||||
device_args=(
|
device_args=(
|
||||||
'--device[set SCSI address of the CD recorder]:device:__cdrdao-device'
|
'--device[set SCSI address of the CD recorder]:device:__cdrdao-device'
|
||||||
'--driver[use given driver for the CD recorder]:driver:__cdrdao-driver')
|
'--driver[use given driver for the CD recorder]:driver:__cdrdao-drivers')
|
||||||
|
|
||||||
# TODO: Gah! Fix a cddb server spec matcher
|
# TODO: Gah! Fix a cddb server spec matcher
|
||||||
declare -ga cddb_args
|
declare -ga cddb_args
|
||||||
|
@ -267,7 +267,7 @@ _cdrdao-copy () {
|
||||||
$dependent_args
|
$dependent_args
|
||||||
$common_read_args
|
$common_read_args
|
||||||
'--source-device[set SCSI address of the CD reader]:device:__cdrdao-device' \
|
'--source-device[set SCSI address of the CD reader]:device:__cdrdao-device' \
|
||||||
'--source-driver[use given driver for the CD reader]:driver:__cdrdao-driver' \
|
'--source-driver[use given driver for the CD reader]:driver:__cdrdao-drivers' \
|
||||||
'--on-the-fly[perform on-the-fly copy of CD (no image created)]' \
|
'--on-the-fly[perform on-the-fly copy of CD (no image created)]' \
|
||||||
$fasttoc_arg \
|
$fasttoc_arg \
|
||||||
'--keepimage[do not remove generated image when done]' \
|
'--keepimage[do not remove generated image when done]' \
|
||||||
|
|
Loading…
Reference in a new issue