Fix formats completion
This commit is contained in:
parent
e6f453a36d
commit
10da9420c4
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ _msfvenom_formats_list=(
|
||||||
'vbscript'
|
'vbscript'
|
||||||
)
|
)
|
||||||
|
|
||||||
_msfvenom_format() {
|
_msfvenom_formats() {
|
||||||
_describe -t formats 'available formats' _msfvenom_formats_list || compadd "$@"
|
_describe -t formats 'available formats' _msfvenom_formats_list || compadd "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue