<td class="column">Print the total number of variables.</td>
</tr>
<tr class="row">
+ <td class="column"><code class="code">-R</code></td>
+ <td class="column"><code class="code">--reassign</code></td>
+ <td class="column">Re-assign the variable for the given name and matching content value with the given string.</td>
+ </tr>
+ <tr class="row">
<td class="column"><code class="code">-r</code></td>
<td class="column"><code class="code">--replace</code></td>
<td class="column">Simple substitution, replacing the variable for the given name with the given string.</td>
</div>
</dl>
<p class="p">
- The <code class="code">-s/--substitute</code> option requires 3 additional parameters: <code class="code"><vocabulary> <replace> <with></code>.
+ The <code class="code">-R/--reassign</code> and the <code class="code">-s/--substitute</code> options require 3 additional parameters: <code class="code"><vocabulary> <replace> <with></code>.
</p>
<dl class="dl">
<div class="di">
The difference between <code class="code">-r/--replace</code> and <code class="code">-s/--substitute</code> is that the <code class="code">-r/--replace</code> option substitutes all matching vocabulary names and the <code class="code">-s/--substitute</code> option substitutes all matching vocabulary names that must also have the given matching content.
</p>
<p class="p">
+ The <code class="code">-R/--reassign</code> option is identical to the <code class="code">-s/--substitute</code> option except that the <code class="code">-w/--wrap</code> option is ignored (not applied).
+ </p>
+ <p class="p">
The <code class="code">-s/--substitute</code> option takes priority over the <code class="code">-r/--replace</code> option when matching the same variable.
</p>
<p class="p">