Skip to content

Commit

Permalink
Fixes in docs for beetbox#4823
Browse files Browse the repository at this point in the history
as suggested by @sampsyo.

Co-authored-by: Adrian Sampson <adrian@radbox.org>
  • Loading branch information
2 people authored and Louis Rannou committed Sep 26, 2023
1 parent cc63be9 commit da31a49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion beets/ui/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -1625,7 +1625,7 @@ def modify_func(lib, opts, args):
)
modify_cmd.parser.add_option(
'-I', '--noinherit', action='store_false', dest='inherit', default=True,
help="Don't inherit album-changes to tracks"
help="when modifying albums, don't also change item data"
)
modify_cmd.func = modify_func
default_commands.append(modify_cmd)
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ to avoid a confusing situation where the data for individual tracks conflicts
with the data for the whole album.

Modifications issued using ``-a`` by default cascade to individual tracks. To
prevent this behaviour, ``-I/--noinherit`` can be used.
prevent this behavior, use ``-I``/``--noinherit``.

Items will automatically be moved around when necessary if they're in your
library directory, but you can disable that with ``-M``. Tags will be written
Expand Down

0 comments on commit da31a49

Please sign in to comment.