Fixes issue where `fleetctl get options` returns `option` (singular) as `kind` instead of `options` (plural). This would cause `fleetctl apply -f options.yml` to fail on options yaml generated by `fleetctl get options` with this error: `unknown kind "option"`.