Commit 522bb6b6 authored by Warren Dukes's avatar Warren Dukes

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
...@@ -6,10 +6,6 @@ MPD \- A daemon for playing music (mp3, ogg vorbis, and flac) ...@@ -6,10 +6,6 @@ MPD \- A daemon for playing music (mp3, ogg vorbis, and flac)
.RI [ options ] .RI [ options ]
.RI [ CONF_FILE ] .RI [ CONF_FILE ]
.br .br
.B mpd
.RI [ options ]
.I PORT MUSIC_DIR PLAYLIST_DIR LOG_FILE ERROR_FILE
.br
.SH DESCRIPTION .SH DESCRIPTION
MPD is a daemon for playing music (mp3, ogg vorbis, and flac). Music is played 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 through the server's audio device. The daemon stores info about all available
......
...@@ -63,7 +63,6 @@ typedef struct _Options { ...@@ -63,7 +63,6 @@ typedef struct _Options {
void usage(char * argv[]) { void usage(char * argv[]) {
ERROR("usage:\n"); 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] <conf file>\n",argv[0]);
ERROR(" %s [options] (searches for ~%s then %s)\n", ERROR(" %s [options] (searches for ~%s then %s)\n",
argv[0],USER_CONFIG_FILE_LOCATION, argv[0],USER_CONFIG_FILE_LOCATION,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment