diff options
author | J. Alexander Treuman <jat@spatialrift.net> | 2006-06-05 20:05:24 +0000 |
---|---|---|
committer | J. Alexander Treuman <jat@spatialrift.net> | 2006-06-05 20:05:24 +0000 |
commit | 9b06d2cd4ac9e4e85c89f09de65b5772a8864a48 (patch) | |
tree | f93aa8c5f7682fdb4acba11da06090d3a312db73 /doc/mpd.1 | |
parent | ffd580dd1986dfd4b614f0a3fded4b173425de85 (diff) | |
download | mpd-9b06d2cd4ac9e4e85c89f09de65b5772a8864a48.tar.gz mpd-9b06d2cd4ac9e4e85c89f09de65b5772a8864a48.tar.xz mpd-9b06d2cd4ac9e4e85c89f09de65b5772a8864a48.zip |
Made pid_file an optional config parameter.
git-svn-id: https://svn.musicpd.org/mpd/trunk@4250 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc/mpd.1')
-rw-r--r-- | doc/mpd.1 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -22,7 +22,8 @@ Read more about MPD at <\fBhttp://www.musicpd.org/\fP>. Output a brief help message. .TP .BI --kill -Kill the currently running mpd session. +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. |