]> git.donarmstrong.com Git - perltidy.git/commitdiff
docs: *vtc fixes
authorVille Skyttä <ville.skytta@iki.fi>
Tue, 13 Apr 2021 13:53:40 +0000 (16:53 +0300)
committerVille Skyttä <ville.skytta@iki.fi>
Tue, 13 Apr 2021 13:53:40 +0000 (16:53 +0300)
bin/perltidy

index 142c09608f0402e7b204b2e16be90cd7b71b5d34..c8f98ed5d70010c732a643bad0f7beba75ce9c1d 100755 (executable)
@@ -2775,20 +2775,20 @@ token.  If desired, vertical tightness controls can be applied
 independently to each of the closing container token types.
 
 The parameters for controlling parentheses are B<-pvt=n> or
-B<--paren-vertical-tightness=n>, and B<-pcvt=n> or
+B<--paren-vertical-tightness=n>, and B<-pvtc=n> or
 B<--paren-vertical-tightness-closing=n>.
 
 Likewise, the parameters for square brackets are B<-sbvt=n> or
-B<--square-bracket-vertical-tightness=n>, and B<-sbcvt=n> or
+B<--square-bracket-vertical-tightness=n>, and B<-sbvtc=n> or
 B<--square-bracket-vertical-tightness-closing=n>.
 
 Finally, the parameters for controlling non-code block braces are
-B<-bvt=n> or B<--brace-vertical-tightness=n>, and B<-bcvt=n> or
+B<-bvt=n> or B<--brace-vertical-tightness=n>, and B<-bvtc=n> or
 B<--brace-vertical-tightness-closing=n>.
 
 In fact, the parameter B<-vt=n> is actually just an abbreviation for
 B<-pvt=n -bvt=n sbvt=n>, and likewise B<-vtc=n> is an abbreviation
-for B<-pvtc=n -bvtc=n sbvtc=n>.
+for B<-pvtc=n -bvtc=n -sbvtc=n>.
 
 =item B<-bbvt=n> or B<--block-brace-vertical-tightness=n>