about summary refs log tree commit diff
path: root/Completion/Darwin
diff options
context:
space:
mode:
authorMotoi WASHIDA <wm3@users.sourceforge.net>2005-03-03 20:10:40 +0000
committerMotoi WASHIDA <wm3@users.sourceforge.net>2005-03-03 20:10:40 +0000
commitb7ab36d9f69d74e18069cf6d0b41de232e0b2e20 (patch)
treed9e71fb94d13b0028a81686b1209b77dbf891fff /Completion/Darwin
parentda1d4534a6f9adc03f60b69d6151b54cfc2735a6 (diff)
downloadzsh-b7ab36d9f69d74e18069cf6d0b41de232e0b2e20.tar.gz
zsh-b7ab36d9f69d74e18069cf6d0b41de232e0b2e20.tar.xz
zsh-b7ab36d9f69d74e18069cf6d0b41de232e0b2e20.zip
unposted: arguments are required after -imagekey, -srcimagekey options
Diffstat (limited to 'Completion/Darwin')
-rw-r--r--Completion/Darwin/Command/_hdiutil10
1 files changed, 5 insertions, 5 deletions
diff --git a/Completion/Darwin/Command/_hdiutil b/Completion/Darwin/Command/_hdiutil
index 4d4567ec6..c940f4739 100644
--- a/Completion/Darwin/Command/_hdiutil
+++ b/Completion/Darwin/Command/_hdiutil
@@ -84,9 +84,9 @@ _hdiutil(){
     -stdinpass "-stdinpass[specify password from standard input]"
     -certificate "-certificate[secondary access certificate]:certificate file:_files"
     -cacert "-cacert[certificate authority certificate]: :_files"
-    -imagekey "*-imagekey[image key]:: :->keyvalue"
-    -srcimagekey "*-srcimagekey[source image key]:: :->keyvalue"
-    -tgtimagekey "*-tgtimagekey[target image key]:: :->keyvalue"
+    -imagekey "*-imagekey[image key]: :->keyvalue"
+    -srcimagekey "*-srcimagekey[source image key]: :->keyvalue"
+    -tgtimagekey "*-tgtimagekey[target image key]: :->keyvalue"
     -insecurehttp "-insecurehttp[ignore SSL host validation failure]"
     -plist "-plist[display output in plist format]"
     -recover "-recover[keychain to unlock]:keychain file:_files -g \*.keychain"
@@ -240,8 +240,8 @@ _hdiutil(){
         
       if [[ $state = keyvalue ]]; then
         _values 'key=value' \
-          "di-sparse-puma-compatible:(TRUE FALSE)" \
-          "di-shadow-puma-compatible:(TRUE FALSE)" \
+          "di-sparse-puma-compatible: :(TRUE FALSE)" \
+          "di-shadow-puma-compatible: :(TRUE FALSE)" \
           "encrypted-encoding-version:version:(1 2)" \
           "zlib-level:compression level:(1 2 3 4 5 6 7 8 9)" && return 0
       fi