Skip to content

Commit

Permalink
Avoid deprecated arguments in help text (#1025)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Oct 28, 2023
1 parent 8f2c9f4 commit 34831ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<blockquote>
<tt>sh</tt><br/>
<tt>-c</tt><br/>
<tt>wget $${JENKINS_URL}jnlpJars/agent.jar &amp;&amp; java -jar agent.jar -jnlpUrl $${JENKINS_URL}computer/$${NODE_NAME}/slave-agent.jnlp -secret $${JNLP_SECRET}</tt><br/>
<tt>wget $${JENKINS_URL}jnlpJars/agent.jar &amp;&amp; java -jar agent.jar -url $${JENKINS_URL} -secret $${JNLP_SECRET} -name $${NODE_NAME}</tt><br/>
</blockquote>
</p>
<p>
Expand Down

0 comments on commit 34831ec

Please sign in to comment.