Skip to content

Commit

Permalink
[docs][llvm-symbolizer] Fix --functions description
Browse files Browse the repository at this point in the history
"--functions none" and "--functions=none" are not the same. One is the
option "--functions" with its default value of "linkage", followed by an
input address of "none", and the other is "--functions" with the value
"none". This patch fixes the doc to match the actual behaviour by adding
an extra '=' sign in the allowed values description.
  • Loading branch information
jh7370 committed Feb 26, 2020
1 parent 80d7e47 commit 190707f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/docs/CommandGuide/llvm-symbolizer.rst
Expand Up @@ -181,7 +181,7 @@ OPTIONS

.. _llvm-symbolizer-opt-f:

.. option:: --functions [<none|short|linkage>], -f
.. option:: --functions [=<none|short|linkage>], -f

Specify the way function names are printed (omit function name, print short
function name, or print full linkage name, respectively). Defaults to
Expand Down

0 comments on commit 190707f

Please sign in to comment.