tool/CommandDownload.cpp
changeset 1144 7dbfdd61812c
parent 1142 59be91dfcbe1
child 1151 1fc1535dec29
--- a/tool/CommandDownload.cpp	Thu Jul 24 13:29:13 2008 +0000
+++ b/tool/CommandDownload.cpp	Thu Jul 24 14:56:57 2008 +0000
@@ -38,7 +38,7 @@
     	<< "These are the valid Sdo entry data types:" << endl
     	<< "  int8, int16, int32, uint8, uint16, uint32, string." << endl
     	<< endl
-    	<< "Arguments:"
+    	<< "Arguments:" << endl
     	<< "  INDEX    is the Sdo index and must be an unsigned" << endl
 		<< "           16 bit number." << endl
     	<< "  SUBINDEX is the Sdo entry subindex and must be an" << endl
@@ -49,8 +49,7 @@
     	<< "Command-specific options:" << endl
     	<< "  --slave -s <index>  Positive numerical ring position" << endl
 		<< "                      (mandatory)." << endl
-    	<< "  --type  -t <type>   Forced Sdo entry data type (see" << endl
-		<< "                      above)." << endl
+    	<< "  --type  -t <type>   Sdo entry data type (see above)." << endl
     	<< endl
 		<< numericInfo();