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``.
87
87
Try running ``pydoc beets.ui `` to see what's available.
88
88
89
89
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
91
91
use it like you would a normal ``OptionParser `` in an independent script. Note
92
92
that it offers several methods to add common options: ``--album ``, ``--path ``
93
93
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.
95
95
96
96
.. _plugin_events :
97
97
You can’t perform that action at this time.
0 commit comments