summaryrefslogtreecommitdiffstats
path: root/sdpd
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-01-24 06:11:43 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-01-24 06:11:43 +0000
commitcb50607d568c96fb15dd435249868818d923c847 (patch)
treecedb20c689f80ce459471d990fe3bfc4a72f2ba4 /sdpd
parent398f6814486536e5906c3723f23cdae9e3c4642a (diff)
Update option references
Diffstat (limited to 'sdpd')
-rw-r--r--sdpd/main.c2
-rw-r--r--sdpd/sdpd.86
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