diff options
| -rw-r--r-- | sdpd/main.c | 2 | ||||
| -rw-r--r-- | sdpd/sdpd.8 | 6 | 
2 files changed, 7 insertions, 1 deletions
| diff --git a/sdpd/main.c b/sdpd/main.c index d29c8c16..4027ae96 100644 --- a/sdpd/main.c +++ b/sdpd/main.c @@ -61,7 +61,7 @@ static void usage(void)  {  	printf("sdpd - SDP daemon ver %s\n", VERSION);  	printf("Usage: \n"); -	printf("\tsdpd [-n]\n"); +	printf("\tsdpd [-n] [-d] [-m mtu] [-p]\n");  }  static struct option main_options[] = { diff --git a/sdpd/sdpd.8 b/sdpd/sdpd.8 index c2e90837..3b69430d 100644 --- a/sdpd/sdpd.8 +++ b/sdpd/sdpd.8 @@ -66,6 +66,12 @@ available.  .SH "OPTIONS"   .IP "\fB-n\fP" 10   Don't detach from the controlling terminal.  +.IP "\fB-d\fP" 10 +Enable debugging output. +.IP "\fB-m <mtu>\fP" 10 +Set maximum MTU to use on the L2CAP channel. +.IP "\fB-p\fP" 10 +Register server record in public browse group.  .SH "BUGS"   .PP  | 
