From: Steve Hancock Date: Fri, 6 Dec 2024 17:37:08 +0000 (-0800) Subject: fix text X-Git-Tag: 20240903.08~14 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4fefcd64556f9c1ab9bd810cf4d05f1e08472998;p=perltidy.git fix text --- diff --git a/bin/perltidy b/bin/perltidy index fc48e14d..37859a53 100755 --- a/bin/perltidy +++ b/bin/perltidy @@ -4738,7 +4738,7 @@ The default formatting will be: $z = sqrt( $x**2 + $y**2 ); -Using the <-bos> flag keeps the isolated semicolon: +Using the B<-bos> flag keeps the isolated semicolon: # perltidy -bos $z = sqrt( $x**2 + $y**2 )