mirror of
https://github.com/beetbox/beets.git
synced 2026-02-01 04:55:38 +01:00
debug
This commit is contained in:
parent
4f7d94257e
commit
4beee232cf
1 changed files with 4 additions and 4 deletions
|
|
@ -1338,10 +1338,10 @@ update_cmd.parser.add_option(
|
|||
'-F', '--field', default=None, action='append', dest='fields',
|
||||
help='list of fields to update'
|
||||
)
|
||||
update_cmd.parser.add_option(
|
||||
'-f', '--exclude-field', default=None, action='append', dest='exclude_fields',
|
||||
help='list of fields to exclude from updates'
|
||||
)
|
||||
# update_cmd.parser.add_option(
|
||||
# '-f', '--exclude-field', default=None, action='append', dest='exclude_fields',
|
||||
# help='list of fields to exclude from updates'
|
||||
# )
|
||||
update_cmd.func = update_func
|
||||
default_commands.append(update_cmd)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue