Skip to content

Commit fae79fb

Browse files
authored
Merge pull request #241 from nblumhardt/api-key-create-help
Better description for `apikey create`
2 parents f1024b9 + eb626be commit fae79fb

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
@@ -28,7 +28,7 @@
2828

2929
namespace SeqCli.Cli.Commands.ApiKey
3030
{
31-
[Command("apikey", "create", "Create an API key for ingestion",
31+
[Command("apikey", "create", "Create an API key for automation or ingestion",
3232
Example = "seqcli apikey create -t 'Test API Key' -p Environment=Test")]
3333
class CreateCommand : Command
3434
{

0 commit comments

Comments
 (0)