summaryrefslogtreecommitdiff
path: root/support/latexindent/latexindent.pl
diff options
context:
space:
mode:
Diffstat (limited to 'support/latexindent/latexindent.pl')
-rwxr-xr-xsupport/latexindent/latexindent.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/support/latexindent/latexindent.pl b/support/latexindent/latexindent.pl
index 37c99d6f0b..eedd30b286 100755
--- a/support/latexindent/latexindent.pl
+++ b/support/latexindent/latexindent.pl
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-# latexindent.pl, version 3.13.5, 2022-01-02
+# latexindent.pl, version 3.14, 2022-01-08
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -31,6 +31,7 @@ my %switches = (readLocalSettings=>0);
GetOptions (
"version|v"=>\$switches{version},
+ "vversion|vv"=>\$switches{vversion},
"silent|s"=>\$switches{silentMode},
"trace|t"=>\$switches{trace},
"ttrace|tt"=>\$switches{ttrace},