From 04c1362ff6497a97845cba2b8652de8211c4283b Mon Sep 17 00:00:00 2001 From: Daniel Mita Date: Wed, 11 Nov 2020 16:05:46 +0000 Subject: [PATCH] Fix -fse default in docs --- docs/perltidy.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/perltidy.html b/docs/perltidy.html index 52c68cc3..05265c68 100644 --- a/docs/perltidy.html +++ b/docs/perltidy.html @@ -1493,7 +1493,7 @@
-fse=string, --format-skipping-end=string
-

The -fse=string is the corresponding parameter used to change the ending marker for format skipping. The default is equivalent to -fse='#<<<'.

+

The -fse=string is the corresponding parameter used to change the ending marker for format skipping. The default is equivalent to -fse='#>>>'.

The beginning and ending strings may be the same, but it is preferable to make them different for clarity.

-- 2.39.5