Improved SoE command help.
authorFlorian Pose <fp@igh-essen.com>
Thu, 11 Mar 2010 16:50:27 +0100
changeset 1872 23d4e121faaf
parent 1871 04ea48971eed
child 1873 219be3742274
child 1978 d9b6e641eaeb
Improved SoE command help.
tool/CommandSoeRead.cpp
tool/CommandSoeWrite.cpp
--- a/tool/CommandSoeRead.cpp	Thu Mar 11 16:46:31 2010 +0100
+++ b/tool/CommandSoeRead.cpp	Thu Mar 11 16:50:27 2010 +0100
@@ -61,6 +61,9 @@
         << "             Bit 11 - 0: Data block number" << endl
         << "           or a string like 'P-0-150'." << endl
         << endl
+        << "Data of the given IDN are read and displayed according to" << endl
+        << "the given datatype, or as raw hex bytes." << endl
+        << endl
         << typeInfo()
         << endl
         << "Command-specific options:" << endl
--- a/tool/CommandSoeWrite.cpp	Thu Mar 11 16:46:31 2010 +0100
+++ b/tool/CommandSoeWrite.cpp	Thu Mar 11 16:50:27 2010 +0100
@@ -60,9 +60,11 @@
         << "             Bit 14 - 12: Parameter set (0 - 7)" << endl
         << "             Bit 11 - 0: Data block number" << endl
         << "           or a string like 'P-0-150'." << endl
-        << "  VALUE    is the value to write and is interpreted" << endl
-        << "           as the given datatype (see above)." << endl
+        << "  VALUE    is the value to write (see below)." << endl
 		<< endl
+        << "The VALUE argument is interpreted as the given data type" << endl
+		<< "(--type is mandatory) and written to the selected slave." << endl
+        << endl
 		<< typeInfo()
         << endl
         << "Command-specific options:" << endl