diff --git a/docs/reference/commandline/tye-run.md b/docs/reference/commandline/tye-run.md index e147cc98..6521d8d1 100644 --- a/docs/reference/commandline/tye-run.md +++ b/docs/reference/commandline/tye-run.md @@ -7,7 +7,7 @@ ## Synopsis ```text -tye run [-?|-h|--help] [--no-build] [--port ] [--logs ] [--dtrace ] [--metrics ] [--debug ] [--docker] [--dashboard] [--watch] [-f|--framework ] [--tags ] [-v|--verbosity ] [] +tye run [-?|-h|--help] [--no-build] [--port ] [--logs ] [--dtrace ] [--metrics ] [--debug ] [--docker] [--dashboard] [--watch ] [-f|--framework ] [--tags ] [-v|--verbosity ] [] ``` ## Description @@ -49,7 +49,7 @@ If a directory path is specified, `tye run` will default to using these files, i - `--debug ` - Waits for debugger attach to service. Specify `*` to wait to attach to all services. + Waits for debugger attach to dotnet service. Specify `*` to wait to attach to all dotnet services. - `--docker` @@ -59,9 +59,9 @@ If a directory path is specified, `tye run` will default to using these files, i Launch dashboard on run. -- `--watch` +- `--watch ` - Watches for file changes in all projects that are built by tye. Uses [`dotnet watch`](https://docs.microsoft.com/en-us/aspnet/core/tutorials/dotnet-watch?view=aspnetcore-3.1) to monitor for file changes. + Watches for file changes in a dotnet project that is built by tye. Uses [`dotnet watch`](https://docs.microsoft.com/en-us/aspnet/core/tutorials/dotnet-watch?view=aspnetcore-3.1) to monitor for file changes. Specify `*` to watch all dotnet services. - `-f|--framework `