diff options
author | Tom Willemsen <tom.willemsen@archlinux.us> | 2011-04-28 13:11:44 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-04-28 14:00:54 -0500 |
commit | 1ea5be1a0693d8f24b5d147092fd4a15c7fdd4a7 (patch) | |
tree | eefb872a7d7e6c8084f128a42b8f8b79b14261e8 /isotests | |
parent | c5a28f88936fba06755aefec61a017c2ce94ba40 (diff) |
isotests: Cleaned up the page titles and syncisos command
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'isotests')
-rw-r--r-- | isotests/management/commands/syncisos.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isotests/management/commands/syncisos.py b/isotests/management/commands/syncisos.py index 975104d9..4cc6908e 100644 --- a/isotests/management/commands/syncisos.py +++ b/isotests/management/commands/syncisos.py @@ -36,7 +36,7 @@ class IsoListParser(HTMLParser): raise CommandError('Couldn\'t parse "%s"' % url) class Command(BaseCommand): - help = 'Gets new isos from http://releng.archlinux.org/isos/' + help = 'Gets new isos from %s' % ISOLISTURL def handle(self, *args, **options): parser = IsoListParser() |