From 1541ca9132845eeaf95f35d4103a49d69dd7302a Mon Sep 17 00:00:00 2001 From: vinu2003 Date: Thu, 27 Aug 2020 10:06:04 +1000 Subject: [PATCH] updated the docs --- site/content/en/docs/commands/start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/docs/commands/start.md b/site/content/en/docs/commands/start.md index 3b6edbaac124..60e4cf57929a 100644 --- a/site/content/en/docs/commands/start.md +++ b/site/content/en/docs/commands/start.md @@ -83,7 +83,7 @@ minikube start [flags] --nfs-shares-root string Where to root the NFS Shares, defaults to /nfsshares (hyperkit driver only) (default "/nfsshares") --no-vtx-check Disable checking for the availability of hardware virtualization before the vm is started (virtualbox driver only) -n, --nodes int The number of nodes to spin up. Defaults to 1. (default 1) - --output string Format to print stdout in. Options include: [text,json] (default "text") + -o, --output string Format to print stdout in. Options include: [text,json] (default "text") --preload If set, download tarball of preloaded images if available to improve start time. Defaults to true. (default true) --registry-mirror strings Registry mirrors to pass to the Docker daemon --service-cluster-ip-range string The CIDR to be used for service cluster IPs. (default "10.96.0.0/12")