diff --git a/website/source/docs/guides/windows-guide.html.md b/website/source/docs/guides/windows-guide.html.md index 722fe06002..154c9354a9 100644 --- a/website/source/docs/guides/windows-guide.html.md +++ b/website/source/docs/guides/windows-guide.html.md @@ -31,7 +31,7 @@ Use the _sc_ command to create a service named **Consul**, that will load config [documentation](/docs/agent/options.html#configuration-files) to learn more about configuration options. ```text -sc.exe create "Consul" binPath= " -config-dir " start= auto +sc.exe create "Consul" binPath= " agent -config-dir " start= auto [SC] CreateService SUCCESS ```