#compdef lszcrypt

function _lszcrypt {

	_arguments -C -A "*" \
		"--bus[Show AP bus attributes then exit]" \
		"--capability[Show the capabilities of a cryptographic device]" \
		"--domains[Show the configured AP usage and control domains]" \
		"--verbose[Print verbose messages]" \
		"--accelonly[Show only information from cards/queues in Accelerator mode]" \
		"--ccaonly[Show only information from cards/queues in CCA-Coprocessor mode]" \
		"--ep11only[Show only information from cards/queues in EP11-Coprocessor mode]" \
		"--cardonly[Show only information from cards but no queue info]" \
		"--queueonly[Show only information from queues but no card info]" \
		"--serial[Show the serial numbers for CCA and EP11 crypto cards]" \
		"--help[Print this help, then exit]" \
		"--version[Print version information, then exit]" \
		"*:files:_files"
}
