]> git.donarmstrong.com Git - perltidy.git/commitdiff
updated man page
authorSteve Hancock <perltidy@users.sourceforge.net>
Fri, 7 Dec 2018 18:27:11 +0000 (10:27 -0800)
committerSteve Hancock <perltidy@users.sourceforge.net>
Fri, 7 Dec 2018 18:27:11 +0000 (10:27 -0800)
bin/perltidy
docs/perltidy.html

index fe53df2468b2d981ac76c5acb78128163f0761ce..604678b5ff5ec6cb20ff3b0488118ae04575ae55 100755 (executable)
@@ -2683,6 +2683,8 @@ B<--keyword-group-blanks-inside>, or B<-kgbi> is a switch for adding blanks betw
 
 B<--keyword-group-blanks-delete>, or B<-kgbd> is a switch for removing initial blank lines between keywords
 
+B<--keyword-group-blanks-repeat-count=n>, or B<-kgbr=n> can limit the number of times this logic is applied
+
 In addition, the following abbreviations are available to for simplified usage:
 
 B<--keyword-group-blanks>,   or B<-kgb>,  is short for B<-kgbb=2 -kgba=2 kgbi>
index 308273b788bc0b17942e6a218791adc0b65e33ca..54cfae9044fea09007ba1807cd3534b9b8eb58f4 100644 (file)
 
 <p><b>--keyword-group-blanks-delete</b>, or <b>-kgbd</b> is a switch for removing initial blank lines between keywords</p>
 
+<p><b>--keyword-group-blanks-repeat-count=n</b>, or <b>-kgbr=n</b> can limit the number of times this logic is applied</p>
+
 <p>In addition, the following abbreviations are available to for simplified usage:</p>
 
 <p><b>--keyword-group-blanks</b>, or <b>-kgb</b>, is short for <b>-kgbb=2 -kgba=2 kgbi</b></p>