Skip to content

Commit

Permalink
chore: Fix for PR #645
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed Nov 13, 2024
1 parent e2c1f04 commit 5fd18f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ public class SCSastAndSSCUrlConfigOptions extends ConnectionConfigOptions implem
@Option(names = {"--ssc-url"}, required = true, order=1)
@Getter private String sscUrl;

@Option(names = {"--ctrl-url", "-curl"}, required = false, order=1)
@Option(names = {"--ctrl-url"}, required = false, order=1)
@Getter private String controllerUrl;
}

0 comments on commit 5fd18f0

Please sign in to comment.