tool/CommandData.cpp
changeset 1144 7dbfdd61812c
parent 1142 59be91dfcbe1
child 1166 006244d53f68
--- a/tool/CommandData.cpp	Thu Jul 24 13:29:13 2008 +0000
+++ b/tool/CommandData.cpp	Thu Jul 24 14:56:57 2008 +0000
@@ -25,12 +25,12 @@
     str << getName() << " [OPTIONS]" << endl
     	<< endl
     	<< getBriefDescription() << endl
+        << endl
+        << "Data of multiple domains are concatenated." << endl
     	<< endl
     	<< "Command-specific options:" << endl
     	<< "  --domain -d <index>  Positive numerical domain index, or" << endl
-    	<< "                       'all' for all domains (default). In" << endl
-    	<< "                       this case, data of all domains are" << endl
-		<< "                       concatenated." << endl
+    	<< "                       'all' for all domains (default)." << endl
     	<< endl
 		<< numericInfo();