From: Daniel Mita Date: Wed, 11 Nov 2020 16:05:46 +0000 (+0000) Subject: Fix -fse default in docs X-Git-Tag: 20201202~40^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=04c1362ff6497a97845cba2b8652de8211c4283b;p=perltidy.git Fix -fse default in docs --- 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.