mirror of
https://github.com/smxi/inxi.git
synced 2025-09-01 18:19:10 +00:00
grr, bug fix, forgot to assign --indent-min value
This commit is contained in:
parent
f882fa5462
commit
3753040227
1 changed files with 1 additions and 1 deletions
2
inxi
2
inxi
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue