aboutsummaryrefslogtreecommitdiff
path: root/docs/Driver.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Driver.rst')
-rw-r--r--docs/Driver.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Driver.rst b/docs/Driver.rst
index 5f2d946d36bd..f1105ffb32ce 100644
--- a/docs/Driver.rst
+++ b/docs/Driver.rst
@@ -68,7 +68,7 @@ Adding a Flavor
#. Add an entry in :file:`lib/Driver/UniversalDriver.cpp` to
:cpp:func:`lld::Driver::strToFlavor` and
:cpp:func:`lld::UniversalDriver::link`.
- This allows the flavor to be selected via symlink and :option:`-flavor`.
+ This allows the flavor to be selected via symlink and `-flavor`.
#. Add a tablegen file called :file:`lib/Driver/{flavor}Options.td` that
describes the options. If the options are a superset of another driver, that