Refer to the lib param in the documentation

This commit is contained in:
Dang Mai 2013-01-31 16:54:42 -05:00
parent 2ad5b4c665
commit 7fe9e2ea18

View file

@ -151,8 +151,7 @@ currently available are:
* *database_change*: a modification has been made to the library database. The
change might not be committed yet. Parameter: ``lib``.
* *cli_exit*: called just before the ``beet`` command-line program exits. No
parameters.
* *cli_exit*: called just before the ``beet`` command-line program exits. Parameter: ``lib``.
The included ``mpdupdate`` plugin provides an example use case for event listeners.