Skip to content

Commit 79b3283

Browse files
committed
remove help parameter from debug config
1 parent b53c2ed commit 79b3283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Attacks/nbactions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<goal>org.codehaus.mojo:exec-maven-plugin:1.2.1:exec</goal>
2525
</goals>
2626
<properties>
27-
<exec.args>-Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address} -classpath %classpath de.rub.nds.tlsattacker.attacks.Main -debug invalid_curve -connect 10.0.2.4:8443 -ephemeral -point_format ANSIX962_COMPRESSED_PRIME -help</exec.args>
27+
<exec.args>-Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address} -classpath %classpath de.rub.nds.tlsattacker.attacks.Main -debug invalid_curve -connect 10.0.2.4:8443 -ephemeral -point_format ANSIX962_COMPRESSED_PRIME</exec.args>
2828
<exec.executable>java</exec.executable>
2929
<jpda.listen>true</jpda.listen>
3030
</properties>

0 commit comments

Comments
 (0)