components/zsh/Completion/Solaris/Command/_ipadm
changeset 904 114a5240af22
parent 837 3496f33edfbb
--- a/components/zsh/Completion/Solaris/Command/_ipadm	Sat Jun 30 13:01:02 2012 -0700
+++ b/components/zsh/Completion/Solaris/Command/_ipadm	Fri Jun 29 21:49:03 2012 -0700
@@ -1,5 +1,5 @@
 #compdef ipadm
-# Synced with the Nevada build 171 man page
+# Synced with the S11U1 build 19 man page
 
 _ipadm_ifs() {
 	local -a extra
@@ -81,6 +81,7 @@
 	local -a proto_all_properties proto_propproperties
 
 	subcmds=(
+		"help"
 		{"show","disable","enable"}"-if"
 		{"create","delete"}"-ip"
 		{"create","delete"}"-vni"
@@ -153,6 +154,10 @@
 	fi
 
 	case $service in
+	("help")
+		_arguments ':subcommand:($subcmds)'
+		;;
+
 	("create-ip")
 		_arguments -A "-*" \
 			'(-t --temporary)'{-t,--temporary}'[Interface should be temporary]' \