Skip to content

Commit a1e885c

Browse files
committed
Using the right command name.
1 parent edf07e0 commit a1e885c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodestream/cli/commands/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class Run(NodestreamCommand):
5858
flag=False,
5959
),
6060
option(
61-
"metrics-interval-seconds",
61+
"metrics-interval-in-seconds",
6262
description="Time interval to report metrics in seconds",
6363
default=None,
6464
flag=False,

0 commit comments

Comments
 (0)