summaryrefslogtreecommitdiffstats
path: root/lib/Command/Debug/FeedItemList.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Command/Debug/FeedItemList.php')
-rw-r--r--lib/Command/Debug/FeedItemList.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Command/Debug/FeedItemList.php b/lib/Command/Debug/FeedItemList.php
index 49820993c..ba3e995b3 100644
--- a/lib/Command/Debug/FeedItemList.php
+++ b/lib/Command/Debug/FeedItemList.php
@@ -63,7 +63,7 @@ class FeedItemList extends Command
$feed = $input->getArgument('feed');
if (!is_numeric($feed)) {
- $output->writeln('Invalid Type!');
+ $output->writeln('Invalid feed ID!');
return 255;
}