Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sampsyo/beets
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Apr 6, 2015
2 parents bd6cea4 + 1966b1c commit e1013fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dev/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ The function should use any of the utility functions defined in ``beets.ui``.
Try running ``pydoc beets.ui`` to see what's available.

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

.. _plugin_events:

Expand Down

0 comments on commit e1013fe

Please sign in to comment.