diff options
author | w0rp <w0rp@users.noreply.github.com> | 2016-10-30 09:21:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-30 09:21:34 +0000 |
commit | 8bee64d1b7c59b8f9d49b77222fe43fc0ad01484 (patch) | |
tree | a3b6673efa4ff570744ecbd4b8b9e81c70f5be77 /doc | |
parent | 9a4645fc7ffa3c3cabccd7c2a432e44276214455 (diff) | |
download | ale-8bee64d1b7c59b8f9d49b77222fe43fc0ad01484.zip |
Update the documentation to match the code
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 16da1794..40cc2af0 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -556,7 +556,7 @@ g:ale_cpp_cppcheck_options *g:ale_cpp_cppcheck_options g:ale_html_htmlhint_options *g:ale_html_htmlhint_options* Type: |String| - Default: `'--format=unix stdin'` + Default: `'--format=unix'` This variable can be changed to modify flags given to HTMLHint. |