Coding style:
- Generally use long options for commands.
This commit is contained in:
parent
64383227b0
commit
18dd47067c
1 changed files with 3 additions and 3 deletions
|
|
@ -106,19 +106,19 @@ tools_for_extensions = [
|
|||
[unxz]
|
||||
dependencies = ["xz-utils"]
|
||||
url = "xz-utils"
|
||||
command = "unxz -l"
|
||||
command = "unxz --list"
|
||||
success_status = "normal"
|
||||
|
||||
[dpkg_contents]
|
||||
dependencies = ["dpkg"]
|
||||
url = "dpkg"
|
||||
command = "dpkg -c"
|
||||
command = "dpkg --contents"
|
||||
success_status = "normal"
|
||||
|
||||
[dpkg_info]
|
||||
dependencies = ["dpkg"]
|
||||
url = "dpkg"
|
||||
command = "dpkg -I"
|
||||
command = "dpkg --info"
|
||||
success_status = "normal"
|
||||
|
||||
[rpm]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue