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 5, 2023
1 parent 4176dd8 commit 28bdbd6
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 28bdbd6

Please sign in to comment.