fix warning when generating sphinx doc.
authorEtienne Bergeron <etienneb@google.com>
Thu, 21 Jul 2016 02:27:05 +0000 (02:27 +0000)
committerEtienne Bergeron <etienneb@google.com>
Thu, 21 Jul 2016 02:27:05 +0000 (02:27 +0000)
llvm-svn: 276227

lld/docs/Driver.rst

index 5f2d946..f1105ff 100644 (file)
@@ -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