From 1c5f9051293709fd35f50f68cdfca6590e07e768 Mon Sep 17 00:00:00 2001 From: Liam McLennan Date: Mon, 29 Apr 2024 08:28:33 +1000 Subject: [PATCH] Add example signal expression --- src/SeqCli/Cli/Commands/AppInstance/CreateCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SeqCli/Cli/Commands/AppInstance/CreateCommand.cs b/src/SeqCli/Cli/Commands/AppInstance/CreateCommand.cs index bed979df..9bc2edee 100644 --- a/src/SeqCli/Cli/Commands/AppInstance/CreateCommand.cs +++ b/src/SeqCli/Cli/Commands/AppInstance/CreateCommand.cs @@ -52,7 +52,7 @@ public CreateCommand(SeqConnectionFactory connectionFactory, SeqCliConfig config Options.Add( "stream:", - "Stream incoming events to this app instance as they're ingested; optionally accepts a signal expression limiting which events should be streamed", + "Stream incoming events to this app instance as they're ingested; optionally accepts a signal expression limiting which events should be streamed, for example `signal-1,signal-2`", s => { _streamIncomingEvents = true;