Skip to content

Commit

Permalink
Add lastgenre --no-force, reword help
Browse files Browse the repository at this point in the history
  • Loading branch information
JOJ0 committed Jan 22, 2025
1 parent 24a3394 commit 2f40b31
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion beetsplug/lastgenre/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,14 @@ def commands(self):
"--force",
dest="force",
action="store_true",
help="re-download genre when already present",
help="overwrite already present genres",
)
lastgenre_cmd.parser.add_option(
"-F",
"--no-force",
dest="force",
action="store_false",
help="don't overwrite already present genres",
)
lastgenre_cmd.parser.add_option(
"-k",
Expand Down

0 comments on commit 2f40b31

Please sign in to comment.