Skip to content

Commit

Permalink
refactor: remove connector rollout cli shortcut for actor IDs (#14001)
Browse files Browse the repository at this point in the history
  • Loading branch information
clnoll committed Sep 17, 2024
1 parent 30eaac3 commit 342f72e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class ConnectorRolloutCLI : Runnable {
private var rolloutId: UUID? = null

@Option(
names = ["-c", "--actor-ids"],
names = ["--actor-ids"],
description = ["List of actor IDs (required for `rollout` command)"],
split = ",",
required = false,
Expand Down

0 comments on commit 342f72e

Please sign in to comment.