w3af: fix targetUrl parameter
This commit is contained in:
parent
d9799626f1
commit
161fe3092c
|
@ -8,7 +8,7 @@ def call() {
|
||||||
|
|
||||||
parameters {
|
parameters {
|
||||||
string(
|
string(
|
||||||
name: 'url',
|
name: 'targetUrl',
|
||||||
description: 'URL cible pour l\'audit'
|
description: 'URL cible pour l\'audit'
|
||||||
)
|
)
|
||||||
string(
|
string(
|
||||||
|
|
Loading…
Reference in New Issue