Skip to content

Commit

Permalink
Update tagging.py
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p authored Oct 7, 2024
1 parent c048375 commit 596f2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qbtools/commands/tagging.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def add_arguments(command, subparser):
help="Tag torrents with not working tracker status",
)
parser.add_argument(
"--sites", action="store_true", help="Tag torrents with site names (tracker URL from config.yaml)"
"--sites", action="store_true", help="Tag torrents with site names defined in config.yaml"
)
parser.add_argument(
"--tracker-down",
Expand Down

0 comments on commit 596f2a5

Please sign in to comment.