diff --git a/packages/angular/cli/src/commands/update/cli.ts b/packages/angular/cli/src/commands/update/cli.ts index cfa32dd36f33..118f6ae15bb6 100644 --- a/packages/angular/cli/src/commands/update/cli.ts +++ b/packages/angular/cli/src/commands/update/cli.ts @@ -102,7 +102,7 @@ export class UpdateCommandModule extends CommandModule { 'Version from which to migrate from. ' + `Only available with a single package being updated, and only with 'migrate-only'.`, type: 'string', - implies: ['to', 'migrate-only'], + implies: ['migrate-only'], conflicts: ['name'], }) .option('to', {