From 95769cae83797a3c8594be1b4203a6b29eed6d56 Mon Sep 17 00:00:00 2001 From: clemensw Date: Fri, 23 Feb 2018 17:12:52 +0100 Subject: [PATCH] Update README.md to reflect that the --installation option has been removed. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f27d229..1c1369d 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,6 @@ Flags: -c, --check string A comma-delimited list of checks to run as specified in CIS document. Example --check="1.1.1,1.1.2" --config string config file (default is ./cfg/config.yaml) -g, --group string Run all the checks under this comma-delimited list of groups. Example --group="1.1" - --installation string Specify how kubernetes cluster was installed. Possible values are default,hyperkube,kops,kubeadm (default "default") --json Prints the results as JSON -v, --verbose verbose output (default false) ```