Remove -y option, as it doesn't actually exist
This commit is contained in:
parent
c59df96e48
commit
db0bff61c7
|
@ -1,5 +1,5 @@
|
|||
.\" -*- nroff -*-
|
||||
.TH FORKED-DAAPD "8" "2009-09-21" "forked-daapd" "RSP & DAAP media server"
|
||||
.TH FORKED-DAAPD "8" "2010-01-05" "forked-daapd" "RSP & DAAP media server"
|
||||
.SH NAME
|
||||
mt\-daapd \- RSP & iTunes\-compatible DAAP server
|
||||
.SH SYNOPSIS
|
||||
|
@ -30,9 +30,6 @@ Write PID to \fIfile\fP.
|
|||
\fB\-f\fR
|
||||
Run in the foreground.
|
||||
.TP
|
||||
\fB\-y\fR
|
||||
Force running as non\-root user.
|
||||
.TP
|
||||
\fB\-b\fR \fIffid\fP
|
||||
\fIffid\fP to be broadcast in mDNS records.
|
||||
.TP
|
||||
|
|
|
@ -81,7 +81,6 @@ usage(char *program)
|
|||
printf(" -c <file> Use <file> as the configfile\n");
|
||||
printf(" -P <file> Write PID to specified file\n");
|
||||
printf(" -f Run in foreground\n");
|
||||
printf(" -y Start even if user is not root\n");
|
||||
printf(" -b <id> ffid to be broadcast\n");
|
||||
printf(" -v Display version information\n");
|
||||
printf("\n\n");
|
||||
|
|
Loading…
Reference in New Issue