[docs][llvm-symbolizer] Fix --functions description
authorJames Henderson <james.henderson@sony.com>
Wed, 26 Feb 2020 10:24:50 +0000 (10:24 +0000)
committerJames Henderson <james.henderson@sony.com>
Wed, 26 Feb 2020 10:50:24 +0000 (10:50 +0000)
commit190707f60e8da3b802a31e35e60c78246204fb93
tree6471c0df863421b91e4776706fc94aca474efc0e
parent80d7e473e0b3920ba7b36f834337fa8aa94c95a2
[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.
llvm/docs/CommandGuide/llvm-symbolizer.rst