Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
522bb6b6
Commit
522bb6b6
authored
Mar 06, 2005
by
Warren Dukes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update usage and mpd man page to indicate that we now require a config file
git-svn-id:
https://svn.musicpd.org/mpd/trunk@3028
09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent
586a2168
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
mpd.1
doc/mpd.1
+0
-4
main.c
src/main.c
+0
-1
No files found.
doc/mpd.1
View file @
522bb6b6
...
...
@@ -6,10 +6,6 @@ MPD \- A daemon for playing music (mp3, ogg vorbis, and flac)
.RI [ options ]
.RI [ CONF_FILE ]
.br
.B mpd
.RI [ options ]
.I PORT MUSIC_DIR PLAYLIST_DIR LOG_FILE ERROR_FILE
.br
.SH DESCRIPTION
MPD is a daemon for playing music (mp3, ogg vorbis, and flac). Music is played
through the server's audio device. The daemon stores info about all available
...
...
src/main.c
View file @
522bb6b6
...
...
@@ -63,7 +63,6 @@ typedef struct _Options {
void
usage
(
char
*
argv
[])
{
ERROR
(
"usage:
\n
"
);
ERROR
(
" %s [options] <port> <music dir> <playlist dir> <log file> <error file>
\n
"
,
argv
[
0
]);
ERROR
(
" %s [options] <conf file>
\n
"
,
argv
[
0
]);
ERROR
(
" %s [options] (searches for ~%s then %s)
\n
"
,
argv
[
0
],
USER_CONFIG_FILE_LOCATION
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment