mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-17 09:14:32 +08:00
Update option references
This commit is contained in:
parent
398f681448
commit
cb50607d56
@ -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[] = {
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user