From 522bb6b61fcad9e752f45bf689755cc265e6502c Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Sun, 6 Mar 2005 19:03:25 +0000 Subject: 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 --- doc/mpd.1 | 4 ---- src/main.c | 1 - 2 files changed, 5 deletions(-) diff --git a/doc/mpd.1 b/doc/mpd.1 index e1911f13a..667e3afed 100644 --- a/doc/mpd.1 +++ b/doc/mpd.1 @@ -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 diff --git a/src/main.c b/src/main.c index 9a7912f59..563bbf2ff 100644 --- a/src/main.c +++ b/src/main.c @@ -63,7 +63,6 @@ typedef struct _Options { void usage(char * argv[]) { ERROR("usage:\n"); - ERROR(" %s [options] \n",argv[0]); ERROR(" %s [options] \n",argv[0]); ERROR(" %s [options] (searches for ~%s then %s)\n", argv[0],USER_CONFIG_FILE_LOCATION, -- cgit v1.2.3