diff options
author | Clint Adams <clint@users.sourceforge.net> | 2007-09-30 18:44:35 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2007-09-30 18:44:35 +0000 |
commit | c92ca0be5bccc8565c4a916e07a7c5833d13c80f (patch) | |
tree | 68bb06f1e292990d6ed303228d70f3112eb796ec | |
parent | 5696ac5d9c1859a0b65f85b9aa6df71a128056e6 (diff) | |
download | zsh-c92ca0be5bccc8565c4a916e07a7c5833d13c80f.tar.gz zsh-c92ca0be5bccc8565c4a916e07a7c5833d13c80f.tar.xz zsh-c92ca0be5bccc8565c4a916e07a7c5833d13c80f.zip |
Nikolai Weibull: 23871: fix __cdrdao-drivers typo.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Completion/Unix/Command/_cdrdao | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 148d6749f..808d7d571 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 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 config in subcommand position. diff --git a/Completion/Unix/Command/_cdrdao b/Completion/Unix/Command/_cdrdao index 7adc54ac1..e22ceb509 100644 --- a/Completion/Unix/Command/_cdrdao +++ b/Completion/Unix/Command/_cdrdao @@ -56,7 +56,7 @@ tmpfile_args=( declare -ga device_args device_args=( '--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 declare -ga cddb_args @@ -267,7 +267,7 @@ _cdrdao-copy () { $dependent_args $common_read_args '--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)]' \ $fasttoc_arg \ '--keepimage[do not remove generated image when done]' \ |