grr, bug fix, forgot to assign --indent-min value

This commit is contained in:
Harald Hope 2018-09-11 15:06:54 -07:00
parent f882fa5462
commit 3753040227

2
inxi
View file

@ -4139,7 +4139,7 @@ sub get_options{
'indent-min:i' => sub {
my ($opt,$arg) = @_;
if ($arg =~ /^\d+$/){
$size{'indent-min'} = 1;
$size{'indent-min'} = $arg;
}
else {
error_handler('bad-arg', $opt, $arg);