File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,11 +87,11 @@ The function should use any of the utility functions defined in ``beets.ui``.
8787Try running ``pydoc beets.ui `` to see what's available.
8888
8989You 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
9191use it like you would a normal ``OptionParser `` in an independent script. Note
9292that it offers several methods to add common options: ``--album ``, ``--path ``
9393and ``--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
You can’t perform that action at this time.
0 commit comments