summaryrefslogtreecommitdiff
path: root/devel/management/commands/rematch_packager.py
diff options
context:
space:
mode:
Diffstat (limited to 'devel/management/commands/rematch_packager.py')
-rw-r--r--devel/management/commands/rematch_packager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/management/commands/rematch_packager.py b/devel/management/commands/rematch_packager.py
index ba6e6a54..461d83ab 100644
--- a/devel/management/commands/rematch_packager.py
+++ b/devel/management/commands/rematch_packager.py
@@ -24,7 +24,7 @@ logging.basicConfig(
logger = logging.getLogger()
class Command(NoArgsCommand):
- help = "Runs a check on all active mirror URLs to determine if they are reachable via IPv4 and/or v6."
+ help = "Match all packages with a packager_str but NULL packager_id to a packager if we can find one."
def handle_noargs(self, **options):
v = int(options.get('verbosity', None))