diff --git a/site/content/en/docs/commands/stop.md b/site/content/en/docs/commands/stop.md index 9f54204ab1..d5a2c19563 100644 --- a/site/content/en/docs/commands/stop.md +++ b/site/content/en/docs/commands/stop.md @@ -20,9 +20,10 @@ minikube stop [flags] ### Options ``` - --all Set flag to stop all profiles (clusters) - --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") + --all Set flag to stop all profiles (clusters) + --cancel-scheduled-stop cancel any existing scheduled stop requests + --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