You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/SeqCli/Cli/Commands/ApiKey/CreateCommand.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ public CreateCommand(SeqConnectionFactory connectionFactory, SeqCliConfig config
80
80
81
81
Options.Add(
82
82
"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",
84
84
v =>_connectUsername=ArgumentString.Normalize(v));
0 commit comments