tool/cmd_config.cpp
changeset 1130 bb1c11adb2db
parent 1122 ee305a780a02
--- a/tool/cmd_config.cpp	Tue Jul 22 15:23:42 2008 +0000
+++ b/tool/cmd_config.cpp	Tue Jul 22 15:24:46 2008 +0000
@@ -17,8 +17,25 @@
 const char *help_config =
     "[OPTIONS]\n"
     "\n"
-    "\n"
-    "Command-specific options:\n";
+    "Output information about the slave configurations supplied by the\n"
+    "application.\n"
+    "\n"
+    "Without the --verbose option, each line of output shows one slave\n"
+    "configuration. Example:\n"
+    "\n"
+    "1001:0  0x0000003b/0x02010000  -  -\n"
+    "|       |                      |  |\n"
+    "|       |                      |  \\- Slave is operational.\n"
+    "|       |                      \\- Slave has been found.\n"
+    "|       \\- Hexadecimal vendor ID and product code, separated by a\n"
+    "|          slash.\n"
+    "\\- Decimal alias and position, separated by a colon.\n"
+    "\n"
+    "With the --verbose option given, the configured Pdos and Sdos are\n"
+    "additionally printed.\n"
+    "\n"
+    "Command-specific options:\n"
+    "  --verbose  -v  Show detailed configurations.\n";
 
 /*****************************************************************************/