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 596f2a5 commit 2ef12ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qbtools/commands/tagging.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,12 @@ def add_arguments(command, subparser):
parser.add_argument(
"--expired",
action="store_true",
help="Tag torrents that have expired an ratio or seeding time, use with filtering by category/tag",
help="Tag torrents that have an expired ratio or seeding time (defined in config.yaml)",
)
parser.add_argument(
"--last-activity",
action="store_true",
help="Tag torrents with last activity date (last 24h, 7 days, 30 days, etc)",
help="Tag torrents with last activity date (last 1d, 7 days, 30 days, etc)",
)
parser.add_argument(
"--not-linked",
Expand All @@ -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 defined in 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 2ef12ec

Please sign in to comment.