Skip to content

Commit e1013fe

Browse files
committed
Merge branch 'master' of github.com:sampsyo/beets
2 parents bd6cea4 + 1966b1c commit e1013fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dev/plugins.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ The function should use any of the utility functions defined in ``beets.ui``.
8787
Try running ``pydoc beets.ui`` to see what's available.
8888

8989
You can add command-line options to your new command using the ``parser`` member
90-
of the ``Subcommand`` class, which is a ``CommonOptionParser`` instance. Just
90+
of the ``Subcommand`` class, which is a ``CommonOptionsParser`` instance. Just
9191
use it like you would a normal ``OptionParser`` in an independent script. Note
9292
that it offers several methods to add common options: ``--album``, ``--path``
9393
and ``--format``. This feature is versatile and extensively documented, try
94-
``pydoc beets.ui.CommonOptionParser`` for more information.
94+
``pydoc beets.ui.CommonOptionsParser`` for more information.
9595

9696
.. _plugin_events:
9797

0 commit comments

Comments
 (0)