Skip to content

Commit fd6412e

Browse files
committed
lrzip: Add -m arg noncompletion
1 parent e194c31 commit fd6412e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/lrzip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ _lrzip()
88
local xspec="*.lrz"
99

1010
case $prev in
11-
-w|-S|-V|-h|-'?')
11+
-w|-S|-V|-h|-'?'|-m)
1212
return
1313
;;
1414
-d)

0 commit comments

Comments
 (0)