diff --git a/site/content/en/docs/commands/stop.md b/site/content/en/docs/commands/stop.md index 1fbadc44c3..c0f0286ddb 100644 --- a/site/content/en/docs/commands/stop.md +++ b/site/content/en/docs/commands/stop.md @@ -23,6 +23,7 @@ minikube stop [flags] --all Set flag to stop all profiles (clusters) -h, --help help for stop --keep-context-active keep the kube-context active after cluster is stopped. Defaults to false. + -o, --output string Format to print stdout in. Options include: [text,json] (default "text") ``` ### Options inherited from parent commands