diff --git a/README.md b/README.md
index 96b8f566..7f055522 100644
--- a/README.md
+++ b/README.md
@@ -591,7 +591,6 @@ Specifies the package manager to use when looking up versions.
yarn | System-installed yarn. Automatically used if yarn.lock is present. |
pnpm | System-installed pnpm. Automatically used if pnpm-lock.yaml is present. |
bun | System-installed bun. Automatically used if bun.lockb is present. |
- staticRegistry | Deprecated. Use --registryType json. |
## peer
diff --git a/src/cli-options.ts b/src/cli-options.ts
index 75d7d7bc..e658b963 100755
--- a/src/cli-options.ts
+++ b/src/cli-options.ts
@@ -423,7 +423,6 @@ const extendedHelpPackageManager: ExtendedHelp = ({ markdown }) => {
['yarn', `System-installed yarn. Automatically used if yarn.lock is present.`],
['pnpm', `System-installed pnpm. Automatically used if pnpm-lock.yaml is present.`],
['bun', `System-installed bun. Automatically used if bun.lockb is present.`],
- ['staticRegistry', `Deprecated. Use --registryType json.`],
],
})