[docs] Be a bit more precise.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@271083 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Sean Silva 2016-05-28 01:03:36 +00:00
parent c3eeba0f4c
commit 669fa32c40

View File

@ -59,10 +59,11 @@ OPTIONS
.. option:: -weighted-input=weight,filename
Specify an input file name along with a weight. The profile counts of the input
file will be scaled (multiplied) by the supplied ``weight``, where where ``weight``
is a decimal integer >= 1. Input files specified without using this option are
assigned a default weight of 1. Examples are shown below.
Specify an input file name along with a weight. The profile counts of the
supplied ``filename`` will be scaled (multiplied) by the supplied
``weight``, where where ``weight`` is a decimal integer >= 1.
Input files specified without using this option are assigned a default
weight of 1. Examples are shown below.
.. option:: -instr (default)