diff --git a/src/lib/buy.ts b/src/lib/buy.ts index 1fe58d5..ccd789b 100644 --- a/src/lib/buy.ts +++ b/src/lib/buy.ts @@ -58,7 +58,7 @@ export function registerBuy(program: Command) { ) .option("-y, --yes", "Automatically confirm the order") .option( - "-colo, --colocate_with ", + "-colo, --colocate ", "Colocate with existing contracts", (value) => value.split(","), [],