summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Completion/Unix/Command/_cdrecord2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_cdrecord b/Completion/Unix/Command/_cdrecord
index ed0d3fa17..02226f9d2 100644
--- a/Completion/Unix/Command/_cdrecord
+++ b/Completion/Unix/Command/_cdrecord
@@ -90,7 +90,7 @@ if [[ -n $state ]]; then
case $state in
device)
devices=( ${(f)"$(_call_program device cdrecord -scanbus 2>/dev/null \
- |grep '^ '|cut -c2-6,23-|sed 's/ /:/')"} )
+ |grep '^ '|cut -c2-6,23-|sed 's/ /:/')"} )
_describe -t devices device devices && return
;;
blank)