From 4c1eb9225d5a741e1234d48eb38a8df3da908259 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Sun, 21 Mar 2004 21:32:23 +0000 Subject: add aac_decode.[ch] and start working on it also, if locale is C or POSIX, set fs charset to iso-8859-1 git-svn-id: https://svn.musicpd.org/mpd/trunk@347 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/main.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 20bb06cbe..6fbb14d0b 100644 --- a/src/main.c +++ b/src/main.c @@ -69,12 +69,12 @@ void usage(char * argv[]) { SYSTEM_CONFIG_FILE_LOCATION); ERROR("\n"); ERROR("options:\n"); - ERROR(" --help this usage statement\n"); - ERROR(" --no-daemon don't detach from console\n"); - ERROR(" --create-db force (re)creation database\n"); - ERROR(" --no-create-db don't create database\n"); - ERROR(" --verbose verbose logging\n"); - ERROR(" --version prints version information\n"); + ERROR(" --help this usage statement\n"); + ERROR(" --no-daemon don't detach from console\n"); + ERROR(" --create-db force (re)creation database\n"); + ERROR(" --no-create-db don't create database\n"); + ERROR(" --verbose verbose logging\n"); + ERROR(" --version prints version information\n"); } void version() { -- cgit v1.2.3