Skip to content

Commit

Permalink
Update src/Runner.Listener/Runner.cs
Browse files Browse the repository at this point in the history
Add @martin389's suggested tweaks to the language describing the `--ephemeral` flag

Co-authored-by: Martin Lopes <[email protected]>
  • Loading branch information
pje and Martin Lopes authored Jul 12, 2021
1 parent b6a948c commit 2b36a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Runner.Listener/Runner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ private void PrintUsage(CommandSettings command)
--labels string Extra labels in addition to the default: 'self-hosted,{Constants.Runner.Platform},{Constants.Runner.PlatformArchitecture}'
--work string Relative runner work directory (default {Constants.Path.WorkDirectory})
--replace Replace any existing runner with the same name (default false)
--ephemeral Configure the runner only take one job and let service un-configured the runner after the job finish (default false)");
--ephemeral Configure the runner to only take one job and then let the service un-configure the runner after the job finishes (default false)");
#if OS_WINDOWS
_term.WriteLine($@" --runasservice Run the runner as a service");
_term.WriteLine($@" --windowslogonaccount string Account to run the service as. Requires runasservice");
Expand Down

0 comments on commit 2b36a52

Please sign in to comment.