#compdef lsqeth

function _lsqeth {

	_arguments -C -A "*" \
		"--proc[List all devices in the former /proc/qeth format]" \
		"--help[Print this help, then exit]" \
		"--version[Print version information, then exit]" \
		"*:files:_files"
}
