diff --git a/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md b/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md index 19b180e34c31..03f0e992ade4 100644 --- a/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md +++ b/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md @@ -78,10 +78,10 @@ You can manage the runner service in the Windows **Services** application, or yo ``` {% endmac %} -The command takes an optional `user` argument to install the service as a different user. +The command takes an optional second argument to install the service as a different user. ```shell -./svc.sh install --user USERNAME +./svc.sh install USERNAME ``` ## Starting the service