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/AppInstance/CreateCommand.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ public CreateCommand(SeqConnectionFactory connectionFactory, SeqCliConfig config
52
52
53
53
Options.Add(
54
54
"stream:",
55
-
"Stream incoming events to this app instance as they're ingested; optionally accepts a signal expression limiting which events should be streamed",
55
+
"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`",
0 commit comments