From: Steve Hancock Date: Mon, 7 Sep 2020 03:08:39 +0000 (-0700) Subject: fix typo X-Git-Tag: 20200907.01~49 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=269bbbe37fc53d2685220c5958f7eb33c37ca394;p=perltidy.git fix typo --- diff --git a/bin/perltidy b/bin/perltidy index c499b948..1164f1ce 100755 --- a/bin/perltidy +++ b/bin/perltidy @@ -1080,7 +1080,7 @@ comment). =item B<-aws>, B<--add-whitespace> -Setting this option allows perltidy to add certain whitespace improve +Setting this option allows perltidy to add certain whitespace to improve code readability. This is the default. If you do not want any whitespace added, but are willing to have some whitespace deleted, use B<-naws>. (Use B<-fws> to leave whitespace completely unchanged).