diff --git a/src/commands/offering.ts b/src/commands/offering.ts index aadb70c..b441950 100644 --- a/src/commands/offering.ts +++ b/src/commands/offering.ts @@ -156,7 +156,7 @@ export function registerOfferingCommands(program: Command): void { .command("create") .description("Create a new offering for the active agent") .option("--name ", "Offering name") - .option("--description ", "Description") + .option("--description ", "Description (max 500 characters)") .option("--price-type ", "Price type: fixed or percentage") .option("--price-value ", "Price value") .option("--sla-minutes ", "SLA in minutes")