Commit 9891762
committed
fix(dpkg): Add missing short option -R
Completion for '--raw-extract' is already supported, however the
equivalent short option '-R' was missing. Now fixed.
Cf. dpkg-deb help message:
```
dpkg-deb --help
[...]
-R|--raw-extract <deb> <directory>
[...]
```1 parent 0eef733 commit 9891762
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments