From 421e63746590b4188f58f8650c1a6b04dc6a5b29 Mon Sep 17 00:00:00 2001 From: Harald Hope Date: Tue, 15 Dec 2020 15:57:59 -0800 Subject: [PATCH] oops, forgot to add --logical to -L --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index d6f7066..de814b7 100755 --- a/inxi +++ b/inxi @@ -4162,7 +4162,7 @@ sub get_options { else { error_handler('bad-arg',$opt,$arg); } }, - 'L|lvm' => sub { + 'L|logical|lvm' => sub { $show{'short'} = 0; $show{'logical'} = 1; }, 'm|memory' => sub {