diff --git a/doc/dhtnode.1 b/doc/dhtnode.1 index a1b026384eaa894becb93abf857064308c0694b4..69e18eb4184b1ae4e22cdc36c57d3f816ec20357 100644 --- a/doc/dhtnode.1 +++ b/doc/dhtnode.1 @@ -52,6 +52,10 @@ Enable the verbose mode (log to stdout by default) \fB-l\fP \fIlog_file\fP Write log to file instead of stdout +.TP +\fB-L\fP +Write log to syslog instead of stdout + .TP \fB-i\fP Generate cryptographic identity for the node. @@ -60,6 +64,18 @@ Generate cryptographic identity for the node. \fB-d\fP Run the program in daemon mode (will fork in the background). +.TP +\fB-s\fP +Run the program in service mode (non-forking daemon). + +.TP +\fB-D\fP +Enables multicast automatic local peer discovery. + +.TP +\fB-f\fP \fIfile\fP +Specify a file path to persist/load the node state. + .TP \fB-n\fP \fInetwork_id\fP Specify the network id. This let you connect to distinct networks and prevents @@ -67,7 +83,7 @@ the merge of two different networks (available since OpenDHT v0.6.1). .TP \fB-p\fP \fIlocal_port\fP -Use port \fIlocal_port\fP for the program to bind to. +Use UDP port \fIlocal_port\fP for the program to bind to. .TP \fB-b\fP \fIbootstrap_host\fP[:\fIport\fP]