Update option references

This commit is contained in:
Marcel Holtmann 2007-01-24 06:11:43 +00:00
parent 398f681448
commit cb50607d56
2 changed files with 7 additions and 1 deletions

View File

@ -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[] = {

View File

@ -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