summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/arara/rules/indent.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/arara/rules/indent.yaml')
-rw-r--r--Master/texmf-dist/scripts/arara/rules/indent.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/arara/rules/indent.yaml b/Master/texmf-dist/scripts/arara/rules/indent.yaml
index 8390aa672e8..50aadea0be7 100644
--- a/Master/texmf-dist/scripts/arara/rules/indent.yaml
+++ b/Master/texmf-dist/scripts/arara/rules/indent.yaml
@@ -13,7 +13,7 @@ commands:
- name: The latexindent.pl script
command: >
@{
- return getCommand('latexindent', silent, trace, ttrace, screenlog,
+ return getCommand('latexindent', silent, trace, screenlog,
settings, cruft, overwrite, output, file, modifylinebreaks,
options, logfile);
}