Skip to content

Commit 16ef595

Browse files
committed
Fix usage of create-jenkins-job.sh
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 492bc8e commit 16ef595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create-jenkins-job.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ die () {
88
}
99

1010
test $# = 2 ||
11-
die "Usage: $0 <job-name> (<config.xml> | --deploy-to-imagej <github-URL>)"
11+
die "Usage: $0 <job-name> (<config.xml> | --deploy-to-imagej=<github-URL>)"
1212

1313
name="$1"
1414
jenkinsurl="http://jenkins.imagej.net:8080"

0 commit comments

Comments
 (0)