diff options
author | Florian Schlichting <fschlich@zedat.fu-berlin.de> | 2013-02-27 19:50:05 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-02-27 19:50:05 +0100 |
commit | 46528783ef07d1180d7059f3916d277a2f9a0c31 (patch) | |
tree | b078154c4a3a39d905ecad8ad4a7d8caa9c5ded3 /doc/mpd.1 | |
parent | 6f4bb6cd2c43b1be330d24867158e4334f69ab3f (diff) | |
download | mpd-46528783ef07d1180d7059f3916d277a2f9a0c31.tar.gz mpd-46528783ef07d1180d7059f3916d277a2f9a0c31.tar.xz mpd-46528783ef07d1180d7059f3916d277a2f9a0c31.zip |
fix typos in upstream's mpd.conf.5
Diffstat (limited to '')
-rw-r--r-- | doc/mpd.1 | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -18,23 +18,23 @@ uses CONF_FILE. Read more about MPD at <\fBhttp://www.musicpd.org/\fP>. .SH OPTIONS .TP -.BI --help +.BI \-\-help Output a brief help message. .TP -.BI --kill +.BI \-\-kill Kill the currently running mpd session. The pid_file parameter must be specified in the config file for this to work. .TP -.BI --no-daemon +.BI \-\-no\-daemon Don't detach from console. .TP -.BI --stderr +.BI \-\-stderr Print messages stderr. .TP -.BI --verbose +.BI \-\-verbose Verbose logging. .TP -.BI --version +.BI \-\-version Print version information. .SH FILES .TP |