diff --git a/doc/api/cli.md b/doc/api/cli.md index fdc1d790f1..619a9b11c4 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -670,14 +670,6 @@ added: v12.0.0 Set [`tls.DEFAULT_MAX_VERSION`][] to 'TLSv1.2'. Use to disable support for TLSv1.3. -### `--tls-max-v1.3` - - -Set default [`tls.DEFAULT_MAX_VERSION`][] to 'TLSv1.3'. Use to enable support -for TLSv1.3. - ### `--tls-min-v1.0` - -Set default [`tls.DEFAULT_MIN_VERSION`][] to 'TLSv1.3'. Use to disable support -for TLSv1.2, which is not as secure as TLSv1.3. - ### `--trace-deprecation`