aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorJames Henderson <james.henderson@sony.com>2020-02-26 10:24:50 +0000
committerJames Henderson <james.henderson@sony.com>2020-02-26 10:50:24 +0000
commit190707f60e8da3b802a31e35e60c78246204fb93 (patch)
tree6471c0df863421b91e4776706fc94aca474efc0e /llvm/docs/CommandGuide
parent80d7e473e0b3920ba7b36f834337fa8aa94c95a2 (diff)
downloadllvm-190707f60e8da3b802a31e35e60c78246204fb93.zip
llvm-190707f60e8da3b802a31e35e60c78246204fb93.tar.gz
llvm-190707f60e8da3b802a31e35e60c78246204fb93.tar.bz2
[docs][llvm-symbolizer] Fix --functions description
"--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.
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/llvm-symbolizer.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-symbolizer.rst b/llvm/docs/CommandGuide/llvm-symbolizer.rst
index 10f72a0..aa2b55f 100644
--- a/llvm/docs/CommandGuide/llvm-symbolizer.rst
+++ b/llvm/docs/CommandGuide/llvm-symbolizer.rst
@@ -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