From 756f40fb551f28042154e51a34b3f57aadf75469 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Sat, 17 Sep 2016 20:56:57 +0100 Subject: [PATCH] Tweak command description --- app/Console/Commands/ParseCachedWebMentions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/ParseCachedWebMentions.php b/app/Console/Commands/ParseCachedWebMentions.php index 262e26eb..1d219035 100644 --- a/app/Console/Commands/ParseCachedWebMentions.php +++ b/app/Console/Commands/ParseCachedWebMentions.php @@ -20,7 +20,7 @@ class ParseCachedWebMentions extends Command * * @var string */ - protected $description = 'Re-parse the cached webmention’s HTML'; + protected $description = 'Re-parse the webmention’s cached HTML'; /** * Create a new command instance.