tool/cmd_debug.cpp
changeset 1130 bb1c11adb2db
parent 1126 b09fd81894cb
child 1136 a0982873d655
--- a/tool/cmd_debug.cpp	Tue Jul 22 15:23:42 2008 +0000
+++ b/tool/cmd_debug.cpp	Tue Jul 22 15:24:46 2008 +0000
@@ -13,10 +13,19 @@
 /*****************************************************************************/
 
 const char *help_debug =
-    "[OPTIONS]\n"
+    "<LEVEL>\n"
     "\n"
+    "Set the master debug level.\n"
     "\n"
-    "Command-specific options:\n";
+    "Debug messages are printed to syslog.\n"
+    "\n"
+    "Arguments:\n"
+    "  LEVEL must be an unsigned integer, specified\n"
+    "        either in decimal (no prefix), octal (prefix '0')\n"
+    "        or hexadecimal (prefix '0x').\n"
+    "        0 stands for no debugging output,\n"
+    "        1 means some debug messages, and\n"
+    "        2 outputs all frame data (use with caution!).\n";
 
 /****************************************************************************/