aboutsummaryrefslogtreecommitdiff
path: root/doc/mpd.1
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-04 20:31:23 +0100
committerMax Kellermann <max@duempel.org>2009-01-04 20:31:23 +0100
commite4a53df7db8a8520c552a718ee7671b986312919 (patch)
tree20782438e53e3d9487917ef2695d3c7bcdb7c65f /doc/mpd.1
parent6fb8c5493910097636d2122cb57894375c16901d (diff)
don't exit after --create-db
Start the daemon after --create-db. This makes --create-db a flag which discards the old database and starts with a fresh one.
Diffstat (limited to 'doc/mpd.1')
-rw-r--r--doc/mpd.12
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mpd.1 b/doc/mpd.1
index c1ddf176..f2fd2286 100644
--- a/doc/mpd.1
+++ b/doc/mpd.1
@@ -26,7 +26,7 @@ Kill the currently running mpd session. The pid_file parameter must be
specified in the config file for this to work.
.TP
.BI --create-db
-Force (re)creation of database and exit.
+Force (re)creation of database.
.TP
.BI --no-create-db
Do not create database, even if it doesn't exist.