diff options
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, |