From cb50607d568c96fb15dd435249868818d923c847 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 24 Jan 2007 06:11:43 +0000 Subject: Update option references --- sdpd/main.c | 2 +- sdpd/sdpd.8 | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'sdpd') 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 \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 -- cgit