diff options
author | Qball Cow <qball@qballcow.nl> | 2006-04-30 14:52:58 +0000 |
---|---|---|
committer | Qball Cow <qball@qballcow.nl> | 2006-04-30 14:52:58 +0000 |
commit | e1a15f74fde7d9dd67ddd58c701d732e00ce424b (patch) | |
tree | 9978f7664b7e94a03ca319f012a0fe5c6f08d7b5 /src/main.c | |
parent | 751368f25778de38b0da8f6ee4f692904b0e9e8b (diff) | |
download | mpd-e1a15f74fde7d9dd67ddd58c701d732e00ce424b.tar.gz mpd-e1a15f74fde7d9dd67ddd58c701d732e00ce424b.tar.xz mpd-e1a15f74fde7d9dd67ddd58c701d732e00ce424b.zip |
update help text
git-svn-id: https://svn.musicpd.org/mpd/trunk@4128 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 8 |
1 files 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"); |