Skip to content

Commit

Permalink
fix(lzip): revert mis-edit for noargopts in GitHub scop#862
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed Apr 3, 2023
1 parent 7b6fb48 commit e731fc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions completions/lzip
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ _lzip()
--volume-size | --data-size | -${noargopts}@([bmsSB]|[hV]*))
return
;;
--decompress-${noargopts}d)
--decompress-d)
decompress=true
;;
--threads-${noargopts}n)
--threads-n)
COMPREPLY=($(compgen -W "{1..$(_ncpus)}" -- "$cur"))
return
;;
--output-${noargopts}o)
--output-o)
_filedir
return
;;
Expand Down

0 comments on commit e731fc4

Please sign in to comment.