]> git.donarmstrong.com Git - perltidy.git/commitdiff
fixed error message (mentioned obsolete parameter)
authorSteve Hancock <perltidy@users.sourceforge.net>
Sun, 9 Aug 2020 13:40:11 +0000 (06:40 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Sun, 9 Aug 2020 13:40:11 +0000 (06:40 -0700)
lib/Perl/Tidy/Formatter.pm

index 8cf1a486b489bf248daa5f95825a9444cb348e41..142d084fd0ba91d6ca4aa77e325f26e7a4f73c23 100644 (file)
@@ -5889,7 +5889,7 @@ Conflict: -lp  conflicts with -io, -fnl, -nanl, or -ndnl; ignoring -lp
     
 The -lp indentation logic requires that perltidy be able to coordinate
 arbitrarily large numbers of line breakpoints.  This isn't possible
-with these flags. Sometimes an acceptable workaround is to use -wocb=3
+with these flags.
 -----------------------------------------------------------------------
 EOM
             $rOpts->{'line-up-parentheses'} = 0;