diff --git a/src/commands/dev/dev.ts b/src/commands/dev/dev.ts index 76b4e693f1c..22fcb2aa71d 100644 --- a/src/commands/dev/dev.ts +++ b/src/commands/dev/dev.ts @@ -319,7 +319,7 @@ export const createDevCommand = (program: BaseCommand) => { ) .addOption( new Option( - '-e, --edgeInspect [address]', + '--edgeInspect [address]', 'Old, prefer --edge-inspect. Enable the V8 Inspector Protocol for Edge Functions, with an optional address in the host:port format', ) .conflicts('edgeInspectBrk')