Skip to content

Commit 342f72e

Browse files
committed
refactor: remove connector rollout cli shortcut for actor IDs (#14001)
1 parent 30eaac3 commit 342f72e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte-connector-rollout-client/src/main/kotlin/io/airbyte/connector/rollout/client/ConnectorRolloutCLI.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class ConnectorRolloutCLI : Runnable {
7272
private var rolloutId: UUID? = null
7373

7474
@Option(
75-
names = ["-c", "--actor-ids"],
75+
names = ["--actor-ids"],
7676
description = ["List of actor IDs (required for `rollout` command)"],
7777
split = ",",
7878
required = false,

0 commit comments

Comments
 (0)