From b2bd5e30bda551a38b3ee73ee4ec06090ecc06b8 Mon Sep 17 00:00:00 2001 From: Joakim Soderlund Date: Sun, 1 Sep 2019 14:59:45 +0200 Subject: [PATCH] Fix misleading comment in update command --- fimfarchive/commands/update.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fimfarchive/commands/update.py b/fimfarchive/commands/update.py index 947e4f9..48ea5cd 100644 --- a/fimfarchive/commands/update.py +++ b/fimfarchive/commands/update.py @@ -5,7 +5,7 @@ Update command. # # 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 # it under the terms of the GNU General Public License as published by @@ -194,7 +194,7 @@ class UpdatePrinter(SignalReceiver): class UpdateCommand(Command): """ - Fetches updates from Fimfiction. + Updates stories for Fimfarchive. """ @property