We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 659501d commit 7989014Copy full SHA for 7989014
1 file changed
src/SeqCli/Cli/Features/ServiceCredentialsFeature.cs
@@ -29,7 +29,7 @@ class ServiceCredentialsFeature : CommandFeature
29
public override void Enable(OptionSet options)
30
{
31
options.Add("u=|username=",
32
- "The name of a Windows account to run the service under; if not specified the Local System account will be used",
+ "The name of a Windows account to run the service under; if not specified the `NT AUTHORITY\\LocalService` account will be used",
33
v => Username = v.Trim());
34
35
options.Add("p=|password=",
0 commit comments