From b7ab36d9f69d74e18069cf6d0b41de232e0b2e20 Mon Sep 17 00:00:00 2001 From: Motoi WASHIDA Date: Thu, 3 Mar 2005 20:10:40 +0000 Subject: unposted: arguments are required after -imagekey, -srcimagekey options --- Completion/Darwin/Command/_hdiutil | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Completion/Darwin') 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 -- cgit 1.4.1