Skip to content

Commit 015c3cc

Browse files
committed
Added quotes
1 parent 9c92a84 commit 015c3cc

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; servers with an Individual subscription only allow one simultaneous request with this option",
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)