Skip to content

Commit e731fc4

Browse files
committed
1 parent 7b6fb48 commit e731fc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

completions/lzip

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ _lzip()
1414
--volume-size | --data-size | -${noargopts}@([bmsSB]|[hV]*))
1515
return
1616
;;
17-
--decompress-${noargopts}d)
17+
--decompress-d)
1818
decompress=true
1919
;;
20-
--threads-${noargopts}n)
20+
--threads-n)
2121
COMPREPLY=($(compgen -W "{1..$(_ncpus)}" -- "$cur"))
2222
return
2323
;;
24-
--output-${noargopts}o)
24+
--output-o)
2525
_filedir
2626
return
2727
;;

0 commit comments

Comments
 (0)