Rename brim_thickness to brim_width

This commit is contained in:
Alessandro Ranellucci 2012-06-23 22:27:59 +02:00
parent a9d480f7bf
commit e72bd56b9d
6 changed files with 11 additions and 11 deletions

View file

@ -422,9 +422,9 @@ our $Options = {
cli => 'skirt-height=i',
type => 'i',
},
'brim_thickness' => {
label => 'Brim thickness (mm)',
cli => 'brim-thickness=f',
'brim_width' => {
label => 'Brim width (mm)',
cli => 'brim-width=f',
type => 'f',
},