Skip to content

Commit

Permalink
GEODE-8111: Fix create gw receiver --manual-start doc (apache#5097)
Browse files Browse the repository at this point in the history
  • Loading branch information
alb3rtobr authored May 13, 2020
1 parent 15df6a8 commit 9e90aee
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,8 @@ if this option is specified and cluster configuration is enabled.
</tr>
<tr>
<td><span class="keyword parmname">\-\-manual-start</span></td>
<td>Boolean value that specifies whether you need to manually start the gateway receiver. If you specify this option without a value, the default is &quot;true&quot; the gateway receiver must be started manually.</td>
<td>true</td>
<td>Boolean value that specifies whether you need to manually start the gateway receiver. When specified without providing a boolean value or when specified and set to &quot;true&quot;, the gateway receiver must be started manually.</td>
<td>false</td>
</tr>
<tr>
<td><span class="keyword parmname">\-\-start-port</span></td>
Expand Down Expand Up @@ -459,7 +459,7 @@ if this option is specified and cluster configuration is enabled.
</tr>
<tr>
<td><span class="keyword parmname">\-\-if-not-exists</span></td>
<td>When specified without providing a boolean value or when specified and set to true, gateway receivers will not be created if they already exist. Command output reports the status of each creation attempt.
<td>When specified without providing a boolean value or when specified and set to &quot;true&quot;, gateway receivers will not be created if they already exist. Command output reports the status of each creation attempt.
</td>
<td>false</td>
</tr>
Expand Down

0 comments on commit 9e90aee

Please sign in to comment.