components/zsh/Completion/Solaris/Command/_zoneadm
changeset 904 114a5240af22
parent 510 53bd319b010e
child 1625 b35ca5ff8eee
equal deleted inserted replaced
903:ebe1b43bc331 904:114a5240af22
     1 #compdef zoneadm
     1 #compdef zoneadm
     2 # Synced with the Solaris 11 build 168 man page
     2 # Synced with the S11U1 build 19 man page
     3 
     3 
     4 _zoneadm_bootargs() {
     4 _zoneadm_bootargs() {
     5 	# This is a subset of the arguments to kernel(1M)
     5 	# This is a subset of the arguments to kernel(1M)
     6 	_arguments -A "-*" \
     6 	_arguments -A "-*" \
     7 		'-i[Alternate init]:path:_path_files' \
     7 		'-i[Alternate init]:path:_path_files' \
   127 			'(-p)-v[Verbose mode]'
   127 			'(-p)-v[Verbose mode]'
   128 		;;
   128 		;;
   129 
   129 
   130 	("mark")
   130 	("mark")
   131 		_arguments -A "-*" \
   131 		_arguments -A "-*" \
   132 			':"incomplete":_values \"incomplete\" incomplete'
   132 			':state:(incomplete unavailable)'
   133 		;;
   133 		;;
   134 
   134 
   135 	("move")
   135 	("move")
   136 		_arguments -A "-*" \
   136 		_arguments -A "-*" \
   137 			':new zone path:_path_files -/'
   137 			':new zone path:_path_files -/'