mirror of
https://github.com/smxi/inxi.git
synced 2025-09-02 02:29:11 +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 {
|
'indent-min:i' => sub {
|
||||||
my ($opt,$arg) = @_;
|
my ($opt,$arg) = @_;
|
||||||
if ($arg =~ /^\d+$/){
|
if ($arg =~ /^\d+$/){
|
||||||
$size{'indent-min'} = 1;
|
$size{'indent-min'} = $arg;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
error_handler('bad-arg', $opt, $arg);
|
error_handler('bad-arg', $opt, $arg);
|
||||||
|
|
Loading…
Add table
Reference in a new issue