From 4fefcd64556f9c1ab9bd810cf4d05f1e08472998 Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Fri, 6 Dec 2024 09:37:08 -0800 Subject: [PATCH] fix text --- bin/perltidy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 2.39.5