diff options
author | Max Kellermann <max@duempel.org> | 2009-09-20 23:31:35 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-09-20 23:31:35 +0200 |
commit | a86f9b80357e30823ce9d3d486adcf4cd4e781dc (patch) | |
tree | 6bbe109a30b5ad7483514df2a477c79991e30c3a /doc | |
parent | 32f212cb860d5cd91e952e4802c151101cc9c8c0 (diff) | |
download | mpd-a86f9b80357e30823ce9d3d486adcf4cd4e781dc.tar.gz mpd-a86f9b80357e30823ce9d3d486adcf4cd4e781dc.tar.xz mpd-a86f9b80357e30823ce9d3d486adcf4cd4e781dc.zip |
cmdline: removed options --create-db and --no-create-db
Both options are deprecated, and should not be used anymore. Many
users get confused by their presence.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mpd.1 | 6 | ||||
-rw-r--r-- | doc/mpdconf.example | 3 |
2 files changed, 1 insertions, 8 deletions
@@ -25,12 +25,6 @@ Output a brief help message. 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. -.TP -.BI --no-create-db -Do not create database, even if it doesn't exist. -.TP .BI --no-daemon Don't detach from console. .TP diff --git a/doc/mpdconf.example b/doc/mpdconf.example index 2d2732869..e4a2e2a88 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -353,8 +353,7 @@ input { # Character Encoding ########################################################## # # If file or directory names do not display correctly for your locale then you -# may need to modify this setting. After modification of this setting mpd -# --create-db must be run to change the database. +# may need to modify this setting. # #filesystem_charset "UTF-8" # |