diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/context/scripts/mkiv/mtx-youless.html | 4 | ||||
-rw-r--r-- | doc/context/scripts/mkiv/mtx-youless.man | 2 | ||||
-rw-r--r-- | doc/context/scripts/mkiv/mtx-youless.xml | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/context/scripts/mkiv/mtx-youless.html b/doc/context/scripts/mkiv/mtx-youless.html index 1889367d0..6e31b91da 100644 --- a/doc/context/scripts/mkiv/mtx-youless.html +++ b/doc/context/scripts/mkiv/mtx-youless.html @@ -42,13 +42,13 @@ <tr><th>--collect</th><td></td><td>collect data from device</td></tr> <tr><th>--nobackup</th><td></td><td>don't backup old datafile</td></tr> <tr><th>--nofile</th><td></td><td>don't write data to file (for checking)</td></tr> - <tr><th>--kwh</th><td></td><td>summative kwk data</td></tr> + <tr><th>--kwh</th><td></td><td>summative kwh data</td></tr> <tr><th>--watt</th><td></td><td>collected watt data</td></tr> <tr><th>--host</th><td></td><td>ip address of device</td></tr> </table> <br/> <h1>Example</h1> -<tt>mtxrun --script youless --collect --host=192.168.2.50 --kwk</tt> +<tt>mtxrun --script youless --collect --host=192.168.2.50 --kwh</tt> <br/><tt>mtxrun --script youless --collect --host=192.168.2.50 --watt somefile.lua</tt> <br/><br/> </div> </div> diff --git a/doc/context/scripts/mkiv/mtx-youless.man b/doc/context/scripts/mkiv/mtx-youless.man index bce5219c3..31349603d 100644 --- a/doc/context/scripts/mkiv/mtx-youless.man +++ b/doc/context/scripts/mkiv/mtx-youless.man @@ -21,7 +21,7 @@ don't backup old datafile don't write data to file (for checking) .TP .B --kwh -summative kwk data +summative kwh data .TP .B --watt collected watt data diff --git a/doc/context/scripts/mkiv/mtx-youless.xml b/doc/context/scripts/mkiv/mtx-youless.xml index 9a34efce5..cd402c3d0 100644 --- a/doc/context/scripts/mkiv/mtx-youless.xml +++ b/doc/context/scripts/mkiv/mtx-youless.xml @@ -11,7 +11,7 @@ <flag name="collect"><short>collect data from device</short></flag> <flag name="nobackup"><short>don't backup old datafile</short></flag> <flag name="nofile"><short>don't write data to file (for checking)</short></flag> - <flag name="kwh"><short>summative kwk data</short></flag> + <flag name="kwh"><short>summative kwh data</short></flag> <flag name="watt"><short>collected watt data</short></flag> <flag name="host"><short>ip address of device</short></flag> </subcategory> @@ -21,7 +21,7 @@ <category> <title>Example</title> <subcategory> - <example><command>mtxrun --script youless --collect --host=192.168.2.50 --kwk</command></example> + <example><command>mtxrun --script youless --collect --host=192.168.2.50 --kwh</command></example> <example><command>mtxrun --script youless --collect --host=192.168.2.50 --watt somefile.lua</command></example> </subcategory> </category> |