Skip to content

Commit

Permalink
Adjust the documentation coming from #38
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Apr 11, 2016
1 parent 9ee57bb commit 5739d63
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div>
<p>If this box is checked, only one instance of the job with matching parameters will be allowed to run at a given time.
Other instances of this job with different parameters will be allowed to run concurrently.</p>
<p>If this box is checked, only one instance of the job with matching parameter values will be allowed to run at a given time.
Other instances of this job with different parameter values will be allowed to run concurrently.</p>
<p>Optionally, provide a comma-separated list of parameters to use when comparing jobs. If blank, all parameters
must match for a job to be limited to one running instance.</p>
</div>

0 comments on commit 5739d63

Please sign in to comment.