#compdef chcpumf

function _chcpumf {

	_arguments -C \
		"--min[Specifies the initial size of the sampling buffer.
A sample-data-block (SDB) consumes about 4 kilobytes.]" \
		"--max[Specifies the maximum size of the sampling buffer.
A sample-data-block (SDB) consumes about 4 kilobytes.]" \
		"--verbose[Verbose, display new sample-data-block values.]" \
		"--help[Print this help, then exit]" \
		"--version[Print version information, then exit]" \

}
