@@ -223,18 +223,18 @@ protected int run() throws Exception {
223223 protected void printUsageSummary (PrintStream stderr ) {
224224 stderr .println (
225225 """
226- Starts a build, and optionally waits for a completion.
227- Aside from general scripting use, this command can be
228- used to invoke another job from within a build of one job.
229- With the -s option, this command changes the exit code based on
230- the outcome of the build (exit code 0 indicates a success)
231- and interrupting the command will interrupt the job.
232- With the -f option, this command changes the exit code based on
233- the outcome of the build (exit code 0 indicates a success)
234- however, unlike -s, interrupting the command will not interrupt
235- the job (exit code 125 indicates the command was interrupted).
236- With the -c option, a build will only run if there has been
237- an SCM change."""
226+ Starts a build, and optionally waits for a completion.
227+ Aside from general scripting use, this command can be
228+ used to invoke another job from within a build of one job.
229+ With the -s option, this command changes the exit code based on
230+ the outcome of the build (exit code 0 indicates a success)
231+ and interrupting the command will interrupt the job.
232+ With the -f option, this command changes the exit code based on
233+ the outcome of the build (exit code 0 indicates a success)
234+ however, unlike -s, interrupting the command will not interrupt
235+ the job (exit code 125 indicates the command was interrupted).
236+ With the -c option, a build will only run if there has been
237+ an SCM change."""
238238 );
239239 }
240240
0 commit comments