diff -r 4bc1d9f9d73c -r bb1c11adb2db tool/cmd_debug.cpp --- 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" + "\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"; /****************************************************************************/