From e1a15f74fde7d9dd67ddd58c701d732e00ce424b Mon Sep 17 00:00:00 2001 From: Qball Cow Date: Sun, 30 Apr 2006 14:52:58 +0000 Subject: update help text git-svn-id: https://svn.musicpd.org/mpd/trunk@4128 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main.c b/src/main.c index 2732df05b..7565ff584 100644 --- a/src/main.c +++ b/src/main.c @@ -114,11 +114,11 @@ void usage(char * argv[]) { ERROR("\n"); ERROR("options:\n"); ERROR(" --help this usage statement\n"); - ERROR(" --create-db force (re)creation database and exit\n"); - ERROR(" --kill kill mpd\n"); - ERROR(" --no-create-db don't create database\n"); + ERROR(" --kill kill the currently running mpd session\n"); + ERROR(" --create-db force (re)creation of database and exit\n"); + ERROR(" --no-create-db don't create database, even if it doesn't exist\n"); ERROR(" --no-daemon don't detach from console\n"); - ERROR(" --stdout print msgs to stdout and stderr\n"); + ERROR(" --stdout print messages to stdout and stderr\n"); /*ERROR(" --update-db create database and exit\n");*/ ERROR(" --verbose verbose logging\n"); ERROR(" --version prints version information\n"); -- cgit v1.2.3