Skip to content

Commit

Permalink
colocate_with => colocate
Browse files Browse the repository at this point in the history
  • Loading branch information
Flaque committed Oct 15, 2024
1 parent ec2ef30 commit 0f3a8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/buy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export function registerBuy(program: Command) {
)
.option("-y, --yes", "Automatically confirm the order")
.option(
"-colo, --colocate_with <contracts_to_colocate_with>",
"-colo, --colocate <contracts_to_colocate_with>",
"Colocate with existing contracts",
(value) => value.split(","),
[],
Expand Down

0 comments on commit 0f3a8b3

Please sign in to comment.