summaryrefslogtreecommitdiff
path: root/doc/ale-erlang.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale-erlang.txt')
-rw-r--r--doc/ale-erlang.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ale-erlang.txt b/doc/ale-erlang.txt
index 47524e05..93ac7915 100644
--- a/doc/ale-erlang.txt
+++ b/doc/ale-erlang.txt
@@ -16,10 +16,10 @@ g:ale_erlang_dialyzer_executable *g:ale_erlang_dialyzer_executable*
g:ale_erlang_dialyzer_options *g:ale_erlang_dialyzer_options*
*b:ale_erlang_dialyzer_options*
Type: |String|
- Default: `'-Wunmatched_returns -Werror_handling -Wrace_conditions -Wunderspec %s'`
+ Default: `'-Wunmatched_returns -Werror_handling -Wrace_conditions -Wunderspec'`
This variable can be changed to specify the options to pass to the dialyzer
- executable. The `%s` marker can be used to denote the current file.
+ executable.
g:ale_erlang_dialyzer_plt_file *g:ale_erlang_dialyzer_plt_file*
*b:ale_erlang_dialyzer_plt_file*