diff --git a/_overviews/scala3-migration/options-intro.md b/_overviews/scala3-migration/options-intro.md
index be7223a02e..e5a831917a 100644
--- a/_overviews/scala3-migration/options-intro.md
+++ b/_overviews/scala3-migration/options-intro.md
@@ -16,6 +16,6 @@ To do so you can refer to the [Lookup Table](options-lookup.html).
> Passing an unavailable option to the Scala 3 compiler does not make it fail.
> It just prints a warning and ignores the option.
-You can also discover the new Scala 3 compiler options, that have no equivalent in Scala 2.13, in the [New Compiler Options](options-new.html) page.
+You can also discover the new Scala 3 compiler options, which have no equivalent in Scala 2.13, in the [New Compiler Options](options-new.html) page.
-For scaladoc settings reference and their compatibility with Scala2 scaladoc, read [Scaladoc settings compatibility between Scala2 and Scala3](scaladoc-settings-compatibility.html) page.
+For Scaladoc settings reference and their compatibility with Scala2 Scaladoc, read [Scaladoc settings compatibility between Scala2 and Scala3](scaladoc-settings-compatibility.html) page.
diff --git a/_overviews/scala3-migration/options-lookup.md b/_overviews/scala3-migration/options-lookup.md
index 062166b176..3bca1de23a 100644
--- a/_overviews/scala3-migration/options-lookup.md
+++ b/_overviews/scala3-migration/options-lookup.md
@@ -7,26 +7,39 @@ previous-page: options-intro
next-page: options-new
---
-The compiler options are classified and ordered according to their Scala 2.13 name.
-Each Scala 2.13 option is associated with its status in Scala 3.
+This table lists the Scala 2.13 compiler options with their equivalent in Scala 3.
+Some options have cross-version support, such as `-Vprint`.
+Others have a close equivalent with a different name. A number of Scala 2 options
+have no equivalent in Scala 3, such as options for debugging Scala 2 macros.
+
+The compiler options are shown as displayed by the help output `scalac -help`, `scalac -X`, etc.
+A few aliases are shown here, but most older aliases, such as `-Xprint` for `-Vprint`,
+or `-Ytyper-debug` for `-Vtyper`, are listed by the latest name.
+
+The option groups `-V` and `-W` were introduced in Scala 2.13, for "verbose" options that
+request additional diagnostic output and "warnings" that request additional checks which
+may or may not indicate errors in code. `-Werror` elevates warnings to errors, and `-Wconf`
+allows precise control over warnings by either ignoring them or taking them as errors.
+The configuration string for `-Wconf` will likely require adjustment when migrating to Scala 3,
+since the configuration syntax and the error messages it matches are different.
| Status | Meaning |
|-|-|
-| | it is available in Scala 3 |
-| `` | It has been renamed to `` |
-| | It is not available in 3.0.0 but it could be added later |
+| | It is available in Scala 3. |
+| `` | It has been renamed to ``. |
+| | It is not yet available but could be added later. |
-> The current comparison is based on Scala 2.13.4 and 3.0.0-M3.
+> The current comparison is based on Scala 2.13.10 and 3.3.0.
## Standard Settings
-| 2.13.x | 3.0.x |
+| 2.13.x | 3.3.x |
|-|-|
-| `-Dproperty=value` | |
-| `-J` | |
+| `-Dproperty=value` | |
+| `-J` | |
| `-P::` ||
-| `-V` | |
-| `-W` | |
+| `-V` | |
+| `-W` | |
| `-X` ||
| `-Y` ||
| `-bootclasspath` ||
@@ -63,11 +76,74 @@ Each Scala 2.13 option is associated with its status in Scala 3.
| `-verbose` ||
| `-version` ||
+## Verbose Settings
+
+| 2.13.x | 3.3.x |
+|-|-|
+| `-Vbrowse:` | |
+| `-Vclasspath` | `-Ylog-classpath` |
+| `-Vdebug` | `-Ydebug` |
+| `-Vdebug-tasty` | |
+| `-Vdebug-type-error` | |
+| `-Vdoc` | |
+| `-Vfree-terms` | |
+| `-Vfree-types` | |
+| `-Vhot-statistics`| |
+| `-Vide`| |
+| `-Vimplicit-conversions`| |
+| `-Vimplicits`| |
+| `-Vimplicits-max-refined`| |
+| `-Vimplicits-verbose-tree`| |
+| `-Vinline ` | |
+| `-Vlog:` | `-Ylog:`|
+| `-Vmacro` | |
+| `-Vmacro-lite` | |
+| `-Vopt ` | |
+| `-Vpatmat` | |
+| `-Vphases` | |
+| `-Vpos`| |
+| `-Vprint:` | |
+| `-Vprint-args ` | |
+| `-Vprint-pos` | `-Yprint-pos` |
+| `-Vprint-types` | `-Xprint-types` |
+| `-Vquasiquote` | |
+| `-Vreflective-calls` | |
+| `-Vreify` | |
+| `-Vshow:` | |
+| `-Vshow-class ` | |
+| `-Vshow-member-pos