mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2024-11-25 14:37:59 +01:00
Fix misleading comment in update command
This commit is contained in:
parent
5d01d6e85a
commit
b2bd5e30bd
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ Update command.
|
||||||
|
|
||||||
#
|
#
|
||||||
# Fimfarchive, preserves stories from Fimfiction.
|
# Fimfarchive, preserves stories from Fimfiction.
|
||||||
# Copyright (C) 2018 Joakim Soderlund
|
# Copyright (C) 2019 Joakim Soderlund
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -194,7 +194,7 @@ class UpdatePrinter(SignalReceiver):
|
||||||
|
|
||||||
class UpdateCommand(Command):
|
class UpdateCommand(Command):
|
||||||
"""
|
"""
|
||||||
Fetches updates from Fimfiction.
|
Updates stories for Fimfarchive.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|
Loading…
Reference in a new issue