From 7fe9e2ea18ec6013a56e32170ee38853ae15a9ea Mon Sep 17 00:00:00 2001 From: Dang Mai Date: Thu, 31 Jan 2013 16:54:42 -0500 Subject: [PATCH] Refer to the lib param in the documentation --- docs/plugins/writing.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/plugins/writing.rst b/docs/plugins/writing.rst index c7333ae99..91e9ba078 100644 --- a/docs/plugins/writing.rst +++ b/docs/plugins/writing.rst @@ -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.