diff --git a/docs/cmd/datastores.md b/docs/cmd/datastores.md index 38c611a..838821c 100644 --- a/docs/cmd/datastores.md +++ b/docs/cmd/datastores.md @@ -16,7 +16,7 @@ options: |---|---| | `--allowed REGEX` | (optional) REGEX is checked against ``, if REGEX doesn't match the snapshot is ignored | | `--banned REGEX` | (optional) REGEX is checked against ``, if REGEX does match the snapshot is ignored | -| `--vimtype VIMTYPE` | the object type to check, see [common options](../../general-options/#common-options), currently HostSystem and ClusterComputeResource are supported here, if omitted all datastores are checked | +| `--vimtype VIMTYPE` | the object type to check, see [common options](../../general-options/#common-options), currently HostSystem, Datacenter, ClusterComputeResource are supported here, if omitted all datastores are checked | | `--vimname VIMNAME` | name of the vimtype object, see [common options](../../general-options/#common-options) | | `--critical CRITICAL` | critical threshold, see [common options](../../general-options/#common-options) | | `--warning WARNING` | warning threshold, see [common options](../../general-options/#common-options) |