| Index: pkg/analysis_server/tool/spec/spec_input.html
|
| diff --git a/pkg/analysis_server/tool/spec/spec_input.html b/pkg/analysis_server/tool/spec/spec_input.html
|
| index aa86cb65d86ab66cbc57565a40de3c10e8430bde..0d213a725b217de1f4706ad2546dc2f219215971 100644
|
| --- a/pkg/analysis_server/tool/spec/spec_input.html
|
| +++ b/pkg/analysis_server/tool/spec/spec_input.html
|
| @@ -135,6 +135,15 @@
|
| errors produced for all files in the actual analysis roots.
|
| </dd>
|
| </dl>
|
| + <dl>
|
| + <dt>--file-read-mode</dt>
|
| + <dd>
|
| + An enumeration of the ways files can be read from disk. Some clients
|
| + normalize end of line characters which would make the file offset and
|
| + range information incorrect. The default option is <tt>as-is</tt>, but
|
| + can also be set to <tt>normalize-eol</tt>.
|
| + </dd>
|
| + </dl>
|
| </blockquote>
|
| <domain name="server">
|
| <p>
|
|
|