Commit 7467419
fix(lzip): fix broken case patterns for long and short options
The original codes before PR 862,
https://github.com/scop/bash-completion/pull/862/files#diff-87387e55a9536f7ac2aa5fce39d9a0442c29ec2058215563388d5a284a9ac1c1L15-R24
were already broken. According to the man page of lzip, lzip supports
separate options `--decompress` and `-d`, but there are no options
`--decompress-d` or `--decompress-...d`. In this patch, we separate
these unexpectedly combined option names.
Reference:
scop#914 (comment)
Co-authored-by: Ville Skyttä <ville.skytta@iki.fi>1 parent dbae115 commit 7467419
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments