diff --git a/README.md b/README.md index c7de55f8..7cb4a108 100644 --- a/README.md +++ b/README.md @@ -238,7 +238,7 @@ ncu "/^(?!react-).*$/" # windows -w, --workspace Run on one or more specified workspaces. Add --root to also upgrade the root project. (default: []) --ws, --workspaces Run on all workspaces. All --root to also upgrade +-ws, --workspaces Run on all workspaces. Add --root to also upgrade the root project. -V, --version output the version number -h, --help display help for command diff --git a/src/cli-options.ts b/src/cli-options.ts index 39e2b1bf..c8d51997 100755 --- a/src/cli-options.ts +++ b/src/cli-options.ts @@ -594,7 +594,7 @@ When --packageManager staticRegistry is set, --registry must specify a path to a { long: 'workspaces', short: 'ws', - description: 'Run on all workspaces. All --root to also upgrade the root project.', + description: 'Run on all workspaces. Add --root to also upgrade the root project.', type: 'boolean', }, ]