diff --git a/packages/wrangler/src/index.ts b/packages/wrangler/src/index.ts index 8e5a1e87b8e4..c7d4981d0d09 100644 --- a/packages/wrangler/src/index.ts +++ b/packages/wrangler/src/index.ts @@ -515,7 +515,7 @@ export function createCLIParser(argv: string[]) { } if (!validateScopeKeys(args.scopes)) { throw new CommandLineArgsError( - `One of ${args.scopes} is not a valid authentication scope. Run "wrangler login --list-scopes" to see the valid scopes.` + `One of ${args.scopes} is not a valid authentication scope. Run "wrangler login --scopes-list" to see the valid scopes.` ); } await login({ scopes: args.scopes, browser: args.browser });