From d5ac8864995524db9ff66305a5c6d6eb01554c23 Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Sun, 8 Mar 2026 22:01:12 +0900 Subject: [PATCH] Fix inxi completion - fix typo --- src/_inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_inxi b/src/_inxi index 8997504..b181220 100644 --- a/src/_inxi +++ b/src/_inxi @@ -78,7 +78,7 @@ _inxi() { "--indent=[Change default wide mode primary indentation width]:integer:(11 12 13 14 15 16 17 18 19 20)" \ "--indents=[Change wrapped mode primary indentation width]:integer:(0 1 2 3 4 5 6 7 8 9 10)" \ "--limit[Limit max IP addresses for -i]:limit (-1 removes the limit): " \ - '(--max-wrap --wrap-max)'{--max-wrap,--warp-max}='[Set maximum width where inxi autowraps line starters]' \ + '(--max-wrap --wrap-max)'{--max-wrap,--wrap-max}='[Set maximum width where inxi autowraps line starters]' \ "--output[Change data output type]:type:(json screen xml)" \ "--output-file[Path to output file]:output file:->output_file" \ "--partition-sort[Change default sort order of partition output]:order:_inxi_partition_sort" \