Skip to content

Commit 7989014

Browse files
committed
Fix help text
1 parent 659501d commit 7989014

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SeqCli/Cli/Features/ServiceCredentialsFeature.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class ServiceCredentialsFeature : CommandFeature
2929
public override void Enable(OptionSet options)
3030
{
3131
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",
32+
"The name of a Windows account to run the service under; if not specified the `NT AUTHORITY\\LocalService` account will be used",
3333
v => Username = v.Trim());
3434

3535
options.Add("p=|password=",

0 commit comments

Comments
 (0)