summary refs log tree commit diff
path: root/Completion/Unix/Command
diff options
context:
space:
mode:
authorEric Cook <llua@gmx.com>2015-10-19 16:05:01 +0200
committerOliver Kiddle <opk@zsh.org>2015-10-19 16:07:32 +0200
commit878d1272fd18da172441d058c3b6b9b60ef01da9 (patch)
treea57e91beb412d496fe714b49b119be97322d7f24 /Completion/Unix/Command
parentd8f8d3e5340e4f61e70aef68d20a41db4445a66f (diff)
downloadzsh-878d1272fd18da172441d058c3b6b9b60ef01da9.tar.gz
zsh-878d1272fd18da172441d058c3b6b9b60ef01da9.tar.xz
zsh-878d1272fd18da172441d058c3b6b9b60ef01da9.zip
36646: handle solaris/openzfs differences; only use -t share on solaris
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r--Completion/Unix/Command/_zfs4
-rw-r--r--Completion/Unix/Command/_zpool4
2 files changed, 6 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_zfs b/Completion/Unix/Command/_zfs
index cd5ad3edc..04a92e685 100644
--- a/Completion/Unix/Command/_zfs
+++ b/Completion/Unix/Command/_zfs
@@ -2,7 +2,7 @@
 # Synced with the S11U1 man page
 
 _zfs() {
-	local context state line expl
+	local context state line expl implementation
 	typeset -A opt_args
 	local -a subcmds rw_properties rw_propnames ro_properties create_properties
 	local -a share_nfs_ro_properties share_nfs_rw_properties
@@ -10,6 +10,8 @@ _zfs() {
 	local -a share_ro_properties share_rw_properties
 	local -a difffields delegatable_perms
 
+	_pick_variant -r implementation -c 'zpool upgrade -v' openzfs='This system supports ZFS pool feature flags' solaris
+
 	subcmds=(
 		"create" "destroy" "clone" "promote" "rename" "snapshot"
 		"rollback" "list" "set" "get" "inherit" "mount" "unmount"
diff --git a/Completion/Unix/Command/_zpool b/Completion/Unix/Command/_zpool
index f2116dc2e..53022db8a 100644
--- a/Completion/Unix/Command/_zpool
+++ b/Completion/Unix/Command/_zpool
@@ -2,9 +2,11 @@
 # Synced with the S11U1 man page
 
 _zpool() {
-	local context state line expl
+	local context state line expl implementation
 	local -a subcmds fields ro_props rw_props versions create_properties_dataset
 
+	_pick_variant -r implementation -c 'zpool upgrade -v' openzfs='This system supports ZFS pool feature flags' solaris
+
 	subcmds=(
 		create destroy add remove list iostat status online
 		offline clear attach detach replace scrub import export