Skip to content

Commit 3f0aa95

Browse files
authored
Merge pull request #319 from datalust/connect-username-description
Connect username description
2 parents 7ee8bb6 + 015c3cc commit 3f0aa95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SeqCli/Cli/Commands/ApiKey/CreateCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public CreateCommand(SeqConnectionFactory connectionFactory, SeqCliConfig config
8080

8181
Options.Add(
8282
"connect-username=",
83-
"A username to connect with, useful primarily when setting up the first API key",
83+
"A username to connect with, useful primarily when setting up the first API key; servers with an 'Individual' subscription only allow one simultaneous request with this option",
8484
v => _connectUsername = ArgumentString.Normalize(v));
8585

8686
Options.Add(

0 commit comments

Comments
 (0)