diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-06-13 21:16:36 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-06-13 21:16:36 +0000 |
commit | 77f824ce20ff4eba8b969f389794a83668d9dc8a (patch) | |
tree | 72fb7d2581afe811df003eddd0684869bc9f2c54 /doc/mpd.1 | |
parent | 825252dfc8b18b76599ad1298915c7e0d0d5455c (diff) | |
download | mpd-77f824ce20ff4eba8b969f389794a83668d9dc8a.tar.gz mpd-77f824ce20ff4eba8b969f389794a83668d9dc8a.tar.xz mpd-77f824ce20ff4eba8b969f389794a83668d9dc8a.zip |
update mpd man page with --no-create-db option
git-svn-id: https://svn.musicpd.org/mpd/trunk@1473 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc/mpd.1')
-rw-r--r-- | doc/mpd.1 | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -28,11 +28,17 @@ Read more about MPD on http://www.musicpd.org (Re)Crete the db file for mpd. .TP .BI --help -Output a brief help message. .br +Output a brief help message. +.TP +.BI --no-create-db +Do not create the db file for mpd, even if it doesn't exist. .TP .BI --no-daemon -Don't detach from console or redirect output to log files. +Don't detach from console. +.TP +.BI --stdout +Don't redirect output to log files. .TP .BI --verbose Output verbose amounts of information to the logs |