updates.
[silc.git] / apps / silcd / silcd.c
index 7b0122c448ffc6f276d05ed7ddb7aa0b4125cc70..a6f76db1cfad3a09b7d1e7e8c7bfc721f76802e4 100644 (file)
@@ -70,7 +70,7 @@ Usage: silcd [options]\n\
 \n\
   Generic Options:\n\
   -f  --config-file=FILE        Alternate configuration file\n\
-  -d  --debug                   Enable debugging (no daemon)\n\
+  -d  --debug=string            Enable debugging (no daemon)\n\
   -h  --help                    Display this message\n\
   -V  --version                 Display version\n\
 \n\
@@ -125,6 +125,7 @@ int main(int argc, char **argv)
          break;
        case 'd':
          silc_debug = TRUE;
+         silc_debug_hexdump = TRUE;
          silc_log_set_debug_string(optarg);
          break;
        case 'f':