command line tools caget, camonitor: += as-string option.

This commit is contained in:
Ralph Lange
2004-10-19 17:50:58 +00:00
parent d5e01c38b1
commit cb9934b0c7
+9 -2
View File
@@ -1242,6 +1242,10 @@ the output.</p>
<td>-g &lt;nr&gt;</td>
<td>Use %g format, with &lt;nr&gt; digits after the decimal point</td>
</tr>
<tr>
<td>-s</td>
<td>Get value as string (may honour server-side precision)</td>
</tr>
<tr>
<td></td>
<td><strong>Integer number format:</strong></td>
@@ -1362,8 +1366,11 @@ the output.</p>
</tr>
<tr>
<td>-g &lt;nr&gt;</td>
<td>Use %g format, with &lt;nr&gt; digits after the decimal
pointDefault:</td>
<td>Use %g format, with &lt;nr&gt; digits after the decimal point</td>
</tr>
<tr>
<td>-s</td>
<td>Get value as string (may honour server-side precision)</td>
</tr>
<tr>
<td></td>