diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2005-03-06 19:03:25 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2005-03-06 19:03:25 +0000 |
commit | 522bb6b61fcad9e752f45bf689755cc265e6502c (patch) | |
tree | 0036337fe9c3fb66a07b56b1b4b209c21511e1a5 /src/main.c | |
parent | 586a21688f20d5f5f39a304ba21562f94c1b1a56 (diff) | |
download | mpd-522bb6b61fcad9e752f45bf689755cc265e6502c.tar.gz mpd-522bb6b61fcad9e752f45bf689755cc265e6502c.tar.xz mpd-522bb6b61fcad9e752f45bf689755cc265e6502c.zip |
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
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
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] <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, |