From 6ff9a00d32656bd14686852d8b6e7161047d6931 Mon Sep 17 00:00:00 2001 From: Kamontat Chantrachirathumrong Date: Sat, 22 Oct 2022 00:42:43 +0700 Subject: [PATCH 1/2] fix: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 0cb55246b4018d86e95ac43711423f6354338bbd Mon Sep 17 00:00:00 2001 From: Kamontat Chantrachirathumrong Date: Sat, 22 Oct 2022 00:44:46 +0700 Subject: [PATCH 2/2] fix typo on cli --help --- src/cli-options.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', }, ]