We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33781e1 commit ba42659Copy full SHA for ba42659
packages/schematics/update/update/index.ts
@@ -488,7 +488,7 @@ function _usageMessage(
488
489
logger.info('\n');
490
logger.info('There might be additional packages that are outdated.');
491
- logger.info('Or run ng update --all to try to update all at the same time.\n');
+ logger.info('Run "ng update --all" to try to update all at the same time.\n');
492
493
return of<void>(undefined);
494
}
0 commit comments