about summary refs log tree commit diff
path: root/Completion/Unix/Command/_zpool
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2012-07-08 17:54:01 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2012-07-08 17:54:01 +0000
commitb2722856e2cbc8bde176f1e5883a331a5d666cfd (patch)
tree784e15d3efbf095beb59c2f67b3305c6b769271e /Completion/Unix/Command/_zpool
parente1491b2542dd78926adf96b203a26366bdb1a576 (diff)
downloadzsh-b2722856e2cbc8bde176f1e5883a331a5d666cfd.tar.gz
zsh-b2722856e2cbc8bde176f1e5883a331a5d666cfd.tar.xz
zsh-b2722856e2cbc8bde176f1e5883a331a5d666cfd.zip
Danek: 30562: Solaris completion updates
Diffstat (limited to 'Completion/Unix/Command/_zpool')
-rw-r--r--Completion/Unix/Command/_zpool3
1 files changed, 2 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_zpool b/Completion/Unix/Command/_zpool
index 568f493d0..0af2ab32d 100644
--- a/Completion/Unix/Command/_zpool
+++ b/Completion/Unix/Command/_zpool
@@ -1,5 +1,5 @@
 #compdef zpool
-# Synced with the S11U1 build 16 man page
+# Synced with the S11U1 build 19 man page
 
 _zpool() {
 	local context state line expl
@@ -108,6 +108,7 @@ _zpool() {
 	(create)
 		# TODO: investigate better vdev handling
 		_arguments -A "-*" \
+			'-B[Create EFI boot partition on whole disks]' \
 			'-o[Set pool property at creation time]:property:_values -s , "property" $rw_props' \
 			'-O[Set dataset property at creation time]:property:_values -s , "property" $create_properties_dataset' \
 			'-f[Force use of in-use devices]' \