#compdef lscpumf

function _lscpumf {

	_arguments -C \
		"--list-counters[Lists counters for which the LPAR is authorized.]" \
		"--list-all-counters[Lists counters regardless of LPAR authorization.]" \
		"--name[Displays counter names.]" \
		"--info[Displays detailed information.]" \
		"--list-sampling-events[Lists sampling events for which the LPAR is authorized.]" \
		"--help[Print this help, then exit]" \
		"--version[Print version information, then exit]" \

}
